We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e4635 commit b9b6acfCopy full SHA for b9b6acf
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
name: Set up Go
32
uses: actions/setup-go@v4
33
with:
34
- go-version: 1.20
+ go-version: '1.20'
35
-
36
name: Run GoReleaser
37
uses: goreleaser/goreleaser-action@v2
.goreleaser.yml
@@ -1,3 +1,6 @@
1
+before:
2
+ hooks:
3
+ - go mod tidy
4
builds:
5
- env:
6
- CGO_ENABLED=0
0 commit comments