Skip to content

Commit

Permalink
fix: single quotes are needed around version
Browse files Browse the repository at this point in the history
  • Loading branch information
catpaladin committed Sep 30, 2023
1 parent 5d6cf4c commit 7ea5fd4
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 @@ -16,7 +16,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20'
cache: true
- uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 7ea5fd4

Please sign in to comment.