Skip to content

Commit

Permalink
update go version to 1.22 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti authored Sep 17, 2024
1 parent fcc9113 commit 01a63fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Get dependencies
run: go get -v -t -d ./...
Expand All @@ -37,7 +37,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
cache: false

- uses: golangci/golangci-lint-action@v6
Expand All @@ -59,7 +59,7 @@ jobs:
run: git fetch --force --tags
- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
- uses: goreleaser/goreleaser-action@v6
with:
args: release --clean
Expand Down

0 comments on commit 01a63fd

Please sign in to comment.