Skip to content

Commit

Permalink
update goreleaser version in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky authored May 10, 2019
1 parent b3b6ce7 commit 2836a43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .codefresh/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ steps:
UploadReleaseArtifacts:
title: Upload release artifacts
stage: release
image: goreleaser/goreleaser:v0.95.0
image: goreleaser/goreleaser:v0.106.0
commands:
- go mod download
- git checkout tags/${{CF_BRANCH_TAG_NORMALIZED}}
- goreleaser --rm-dist
PushDockerImageTagged:
Expand Down

0 comments on commit 2836a43

Please sign in to comment.