Skip to content

Commit

Permalink
ci: use go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Jun 9, 2024
1 parent dd23cca commit ba751e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: '1.21.x'
go-version: '1.22.x'
cache: true
- uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit ba751e3

Please sign in to comment.