Skip to content

Commit

Permalink
update go version for goreleaser to 1.22.0 (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheung-stripe authored Jan 22, 2025
1 parent f1e69c5 commit 0eab402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22.0
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.22.0
- name: Run GoReleaser Snapshot
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 0eab402

Please sign in to comment.