Skip to content

Commit

Permalink
Fix goreleaser image
Browse files Browse the repository at this point in the history
  • Loading branch information
palson-cf committed May 14, 2020
1 parent eb84cc8 commit 3dd5a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ steps:
go_fmt:
title: 'Formatting'
stage: prepare
image: codefresh/goreleaser:${{GOLANG_VERSION}}
image: goreleaser/goreleaser:v0.133
commands:
- go fmt

release_binaries:
title: Create release in Github
image: codefresh/goreleaser:${{GOLANG_VERSION}}
image: goreleaser/goreleaser:v0.133
stage: release
commands:
- goreleaser release --rm-dist

0 comments on commit 3dd5a36

Please sign in to comment.