Skip to content

Commit 871a8db

Browse files
authored
latest goreleaser and goreleaser action. Migrated config to v2 (#231)
1 parent 8063b5e commit 871a8db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
GO_VERSION: 1.23
12-
GO_RELEASER_VERSION: v1.26.2
12+
GO_RELEASER_VERSION: v2.4.7
1313

1414
permissions: {}
1515

@@ -39,7 +39,7 @@ jobs:
3939
DOCKER_USERNAME: ${{ github.actor }}
4040
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
4141
- name: Run GoReleaser
42-
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5
42+
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
4343
with:
4444
distribution: goreleaser
4545
version: ${{ env.GO_RELEASER_VERSION }} # Not pinnable by hash, nor does it verify its signature

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1
1+
version: 2
22
project_name: poutine
33

44
before:

0 commit comments

Comments
 (0)