Skip to content

Commit

Permalink
Upgraded go, fixed deprecated args for releaser
Browse files Browse the repository at this point in the history
mrz1836 committed Sep 16, 2024
1 parent 0e8c90b commit d26a186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -23,13 +23,13 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.17
go-version: 1.22
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6.0.0
with:
distribution: goreleaser
version: latest
args: release --rm-dist --debug
args: release --clean --verbose
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Syndicate to GoDocs

0 comments on commit d26a186

Please sign in to comment.