Skip to content

Commit e0eb585

Browse files
author
Tony Worm
committed
hof/release: change goreleaser version
1 parent 19cdfb3 commit e0eb585

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: goreleaser/goreleaser-action@v5
5353
with:
5454
distribution: goreleaser
55-
version: 1.21.9
55+
version: latest
5656
workdir: cmd/hof
5757
args: release --clean -f goreleaser.yml -p 1
5858
env:

ci/gha/common/steps.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Steps: {
6969
with: {
7070
// either 'goreleaser' (default) or 'goreleaser-pro'
7171
distribution: "goreleaser"
72-
version: "1.21.9"
72+
version: "latest"
7373
workdir: "cmd/hof"
7474
args: "release --clean -f goreleaser.yml -p 1"
7575
}

0 commit comments

Comments
 (0)