We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.goreleaser.yml
1 parent c9d60d6 commit afe9a64Copy full SHA for afe9a64
2 files changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
# either 'goreleaser' (default) or 'goreleaser-pro'
24
distribution: goreleaser
25
version: latest
26
- args: release --rm-dist
+ args: release --clean
27
env:
28
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
29
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
.goreleaser.yml
@@ -10,6 +10,7 @@ builds:
10
- -s -w -X github.com/kozmod/progen/internal.Version=v{{.Version}}
11
12
- CGO_ENABLED=0
13
+ - GO111MODULE=on
14
goarch:
15
- amd64
16
- arm64
0 commit comments