Skip to content

Commit eb4c436

Browse files
release 1.13.x: fix goreleaser (#3619)
This is using Cosign v1 to sign, so we need to experimental flag set. Signed-off-by: Hayden B <[email protected]>
1 parent 91bb52b commit eb4c436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
- GO111MODULE=on
55
- CGO_ENABLED=1
66
- DOCKER_CLI_EXPERIMENTAL=enabled
7-
- COSIGN_YES=true
7+
- COSIGN_EXPERIMENTAL=true
88
- LATEST_TAG=,latest
99

1010
# Prevents parallel builds from stepping on each others toes downloading modules

0 commit comments

Comments
 (0)