Skip to content

Commit

Permalink
.github: Fix go version used to be taken from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
brancz committed Jul 14, 2023
1 parent 7fe9ee5 commit f3a572b
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 @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version-file: .go-version
go-version-file: 'go.mod'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
Expand Down

0 comments on commit f3a572b

Please sign in to comment.