Skip to content

Commit

Permalink
fix goreleaser go version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jharshman committed Jan 16, 2025
1 parent 921fbf4 commit d1b2fca
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 @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23'

- name: Release
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit d1b2fca

Please sign in to comment.