Skip to content

Commit

Permalink
chore(github-actions): upgrade go version for go-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Mar 17, 2024
1 parent e3362e1 commit ff2af1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.22"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit ff2af1e

Please sign in to comment.