Skip to content

Commit

Permalink
release 1.13.x: fix goreleaser (#3619)
Browse files Browse the repository at this point in the history
This is using Cosign v1 to sign, so we need to experimental flag set.

Signed-off-by: Hayden B <hblauzvern@google.com>
  • Loading branch information
haydentherapper committed Mar 21, 2024
1 parent 91bb52b commit eb4c436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -4,7 +4,7 @@ env:
- GO111MODULE=on
- CGO_ENABLED=1
- DOCKER_CLI_EXPERIMENTAL=enabled
- COSIGN_YES=true
- COSIGN_EXPERIMENTAL=true
- LATEST_TAG=,latest

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

0 comments on commit eb4c436

Please sign in to comment.