Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn committed Mar 6, 2024
1 parent 17e89a4 commit 3a9bcb5
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 @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: '1.20' # This needs to be a string!

- name: Run goreleaser release
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 3a9bcb5

Please sign in to comment.