Skip to content

Commit

Permalink
fix final release
Browse files Browse the repository at this point in the history
  • Loading branch information
draganm committed Oct 21, 2024
1 parent 9ed65bd commit 6f87448
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.23
- name: Import GPG key
id: import_gpg
uses: crazy-max/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.23
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3.0.0
uses: crazy-max/ghaction-import-gpg@v6.0.0
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --clean
Expand Down

0 comments on commit 6f87448

Please sign in to comment.