We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e126d commit 8159ae6Copy full SHA for 8159ae6
.github/workflows/release.yml
@@ -19,12 +19,12 @@ jobs:
19
name: Set up Go
20
uses: actions/setup-go@v5
21
with:
22
- go-version: 1.20
+ go-version: 1.22.0
23
-
24
name: Run GoReleaser
25
uses: goreleaser/goreleaser-action@v5
26
27
version: latest
28
- args: release --rm-dist
+ args: release --clean
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUBRELEASETOKEN }}
.goreleaser.yml
@@ -3,7 +3,7 @@
3
before:
4
hooks:
5
# You may remove this if you don't use go modules.
6
- - go mod tidy
+ - go mod download
7
builds:
8
- env:
9
- CGO_ENABLED=0
0 commit comments