Skip to content

Commit 8101f09

Browse files
fix: Updated goreleaser pipeline to latest version
1 parent 8288240 commit 8101f09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gorelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
name: set up Go
2020
uses: actions/setup-go@v2
2121
with:
22-
go-version: 1.17.2
22+
go-version: 1.24.3
2323
-
2424
run: cd ${{ github.workspace }}/.. && wget https://raw.githubusercontent.com/ItsIgnacioPortal/hacker-scoper/main/.github/.goreleaser.yml && pwd
2525
-
2626
name: run GoReleaser
27-
uses: goreleaser/goreleaser-action@v2.4.1
27+
uses: goreleaser/goreleaser-action@v2.9.0
2828
with:
2929
version: latest
30-
args: release --rm-dist --config ${{ github.workspace }}/../.goreleaser.yml
30+
args: release --clean --config ${{ github.workspace }}/../.goreleaser.yml
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
3333

0 commit comments

Comments
 (0)