Skip to content

Commit

Permalink
update release action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cjflan committed Oct 9, 2024
1 parent 0c3b9b8 commit d1dfb79
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 @@ -24,7 +24,7 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Describe plugin
Expand All @@ -37,7 +37,7 @@ jobs:
gpg_private_key: ${{ secrets.NEW_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.NEW_PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v6
with:
version: v2
args: release --clean --verbose
Expand Down

0 comments on commit d1dfb79

Please sign in to comment.