From 2e83dfb234d4b33824bbd0faa56d844e22ca3c1f Mon Sep 17 00:00:00 2001 From: Erik Geiser Date: Fri, 26 Apr 2024 15:04:48 +0200 Subject: [PATCH] Update workflows --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0c8d64..448ae1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.20.x + go-version: 1.22.x - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1aa1071..d57230d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,8 +14,7 @@ jobs: strategy: matrix: go-version: - - 1.19.x - - 1.20.x + - 1.22.x runs-on: ubuntu-latest name: Go ${{ matrix.go-version }} @@ -55,7 +54,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.51 + version: v1.55 args: --verbose --timeout 5m - name: Check go.mod/go.sum