From 4da477c9af1143c27e8cd36550659cf5b927b6f2 Mon Sep 17 00:00:00 2001 From: Christian Ege Date: Tue, 9 Apr 2024 07:59:39 +0200 Subject: [PATCH] ci: switch to the latest go version 1.22 Signed-off-by: Christian Ege --- .github/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8e06048..e1dfc3f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.22' cache: false - name: golangci-lint uses: golangci/golangci-lint-action@v3 @@ -38,7 +38,7 @@ jobs: - name: ๐Ÿ‘ท Prepare the Go environment uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' - name: ๐Ÿงช Run the unit tests run: go test -v -failfast -coverprofile cover.out -timeout=1m ./... - name: ๐Ÿš€ Upload the coverage reports to Codecov @@ -52,7 +52,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' - name: Install dependencies run: go get -d ./... @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' - uses: go-semantic-release/action@v1 with: hooks: goreleaser