Skip to content

Commit

Permalink
Merge pull request #78 from codefresh-io/xplrior-update-goreleaser
Browse files Browse the repository at this point in the history
Update goreleaser version to 1.6.3
  • Loading branch information
Lukas Goodfellow authored Mar 16, 2022
2 parents d970254 + 6615eec commit 2a435e4
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 @@ -16,7 +16,7 @@ steps:
go_fmt:
title: 'Formatting'
stage: test
image: goreleaser/goreleaser:v0.133
image: goreleaser/goreleaser:v1.6.3
commands:
- go fmt

Expand All @@ -40,7 +40,7 @@ steps:

release_binaries:
title: Create release in Github
image: goreleaser/goreleaser:v0.133
image: goreleaser/goreleaser:v1.6.3
stage: release
environment:
- GPG_FINGERPRINT=${{GPG_FINGERPRINT}}
Expand Down

0 comments on commit 2a435e4

Please sign in to comment.