Skip to content

Commit

Permalink
update go version in goreleaser-check
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Jun 26, 2024
1 parent 73c9092 commit 4af2deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.19.x"
go-version: "1.22.x"
- name: Check GoReleaser config
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit 4af2deb

Please sign in to comment.