Skip to content

Commit a4a4baf

Browse files
authored
fix: downgrade goreleaser-cross docker version (#1164)
1 parent 148f625 commit a4a4baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
-w /go/src/github.com/SecurityBrewery/catalyst \
3737
-e CGO_ENABLED=1 \
3838
-e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
39-
ghcr.io/goreleaser/goreleaser-cross:v1.25.2 \
39+
ghcr.io/goreleaser/goreleaser-cross:v1.25.1 \
4040
release --clean

0 commit comments

Comments
 (0)