Skip to content

Commit

Permalink
Use Go 1.22.x in release builds (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Aug 12, 2024
1 parent 506ebb8 commit 7fd3b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
go-version: 1.22.x

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit 7fd3b7b

Please sign in to comment.