Skip to content

Commit

Permalink
build: quote go version
Browse files Browse the repository at this point in the history
  • Loading branch information
leukipp committed Jan 16, 2024
1 parent 262d6f2 commit 7f4455c
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 @@ -19,7 +19,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"

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

0 comments on commit 7f4455c

Please sign in to comment.