Skip to content

Commit

Permalink
Use correct Go version (YAML !!!)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlubek committed Jul 11, 2023
1 parent f0e4635 commit b9b6acf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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 @@ -31,7 +31,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: '1.20'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit b9b6acf

Please sign in to comment.