Skip to content

Commit 8d4e5ca

Browse files
committed
chore: update release config
1 parent 72b2a8d commit 8d4e5ca

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,33 @@ jobs:
1515
goreleaser:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121
- run: git fetch --force --tags
22-
- uses: actions/setup-go@v3
22+
- uses: actions/setup-go@v5
2323
with:
24-
go-version: '>=1.24.3'
24+
go-version: '>=1.24.4'
2525
cache: true
2626
# More assembly might be required: Docker logins, GPG, etc. It all depends
2727
# on your needs.
2828
-
2929
name: Import GPG key
3030
id: import_gpg
31-
uses: crazy-max/ghaction-import-gpg@v5
31+
uses: crazy-max/ghaction-import-gpg@v6
3232
with:
3333
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3434
passphrase: ${{ secrets.PASSPHRASE }}
3535
-
3636
name: Login to GitHub Container Registry
37-
uses: docker/login-action@v2
37+
uses: docker/login-action@v3
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.actor }}
4141
password: ${{ secrets.GITHUB_TOKEN }}
4242

4343
-
44-
uses: goreleaser/goreleaser-action@v4
44+
uses: goreleaser/goreleaser-action@v6
4545
with:
4646
# either 'goreleaser' (default) or 'goreleaser-pro':
4747
distribution: goreleaser

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
# This is an example .goreleaser.yml file with some sensible defaults.
23
# Make sure to check the documentation at https://goreleaser.com
34
before:

0 commit comments

Comments
 (0)