Skip to content

Commit 3dd5a36

Browse files
committed
Fix goreleaser image
1 parent eb84cc8 commit 3dd5a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codefresh.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ steps:
2323
go_fmt:
2424
title: 'Formatting'
2525
stage: prepare
26-
image: codefresh/goreleaser:${{GOLANG_VERSION}}
26+
image: goreleaser/goreleaser:v0.133
2727
commands:
2828
- go fmt
2929

3030
release_binaries:
3131
title: Create release in Github
32-
image: codefresh/goreleaser:${{GOLANG_VERSION}}
32+
image: goreleaser/goreleaser:v0.133
3333
stage: release
3434
commands:
3535
- goreleaser release --rm-dist

0 commit comments

Comments
 (0)