Skip to content

Commit

Permalink
Fixed deprecated flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jun 12, 2024
1 parent c0eb52b commit 446a276
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
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
distribution: goreleaser
version: latest
args: release --rm-dist --debug
args: release --clean --verbose
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Syndicate to GoDocs
Expand Down

0 comments on commit 446a276

Please sign in to comment.