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 8288240 commit 8101f09Copy full SHA for 8101f09
.github/workflows/gorelease.yml
@@ -19,15 +19,15 @@ jobs:
19
name: set up Go
20
uses: actions/setup-go@v2
21
with:
22
- go-version: 1.17.2
+ go-version: 1.24.3
23
-
24
run: cd ${{ github.workspace }}/.. && wget https://raw.githubusercontent.com/ItsIgnacioPortal/hacker-scoper/main/.github/.goreleaser.yml && pwd
25
26
name: run GoReleaser
27
- uses: goreleaser/goreleaser-action@v2.4.1
+ uses: goreleaser/goreleaser-action@v2.9.0
28
29
version: latest
30
- args: release --rm-dist --config ${{ github.workspace }}/../.goreleaser.yml
+ args: release --clean --config ${{ github.workspace }}/../.goreleaser.yml
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
33
0 commit comments