Skip to content

Commit

Permalink
ci(goreleaser): enquote go version 1.20 to prevent it from being in…
Browse files Browse the repository at this point in the history
…terpreted as go `1.2`
  • Loading branch information
mavolin committed Feb 19, 2023
1 parent ad9a022 commit b2b2b84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
fetch-depth: 0
- name: Fetch All Tags
run: git fetch --force --tags
- name: Set-Up Go
uses: actions/setup-go@v2
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '>=1.20.0'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit b2b2b84

Please sign in to comment.