Skip to content

Commit 358374b

Browse files
committed
Bump goreleaser.
1 parent bc76830 commit 358374b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codefresh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ steps:
1616
go_fmt:
1717
title: 'Formatting'
1818
stage: test
19-
image: goreleaser/goreleaser:v1.6.3
19+
image: goreleaser/goreleaser:v1.11.3
2020
commands:
2121
- go fmt
2222

2323
go_test:
2424
title: 'Run tests'
2525
stage: test
26-
image: goreleaser/goreleaser:v1.6.3
26+
image: goreleaser/goreleaser:v1.11.3
2727
environment:
2828
- TF_ACC="test"
2929
commands:

0 commit comments

Comments
 (0)