Skip to content

Commit

Permalink
Bump goreleaser.
Browse files Browse the repository at this point in the history
  • Loading branch information
korenyoni committed Mar 6, 2023
1 parent 2547a80 commit 5d1356b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ steps:
go_fmt:
title: "Formatting"
stage: test
image: goreleaser/goreleaser:v1.11.3
image: goreleaser/goreleaser:v1.15.2
commands:
- go fmt

go_test:
title: "Run tests"
stage: test
image: goreleaser/goreleaser:v1.11.3
image: goreleaser/goreleaser:v1.15.2
environment:
- TF_ACC="test"
commands:
Expand Down Expand Up @@ -52,7 +52,7 @@ steps:

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

0 comments on commit 5d1356b

Please sign in to comment.