diff --git a/.goreleaser.yaml b/.goreleaser.yaml index f3abf287..a88d3d28 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -10,7 +10,7 @@ release: env: - vpkg=github.com/rancherfederal/hauler/internal/version - - cosign_version=v2.2.3+carbide.1 + - cosign_version=v2.2.3+carbide.2 builds: - main: cmd/hauler/main.go diff --git a/Makefile b/Makefile index 3ac60514..220aba20 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL:=/bin/bash GO_FILES=$(shell go list ./... | grep -v /vendor/) -COSIGN_VERSION=v2.2.3+carbide.1 +COSIGN_VERSION=v2.2.3+carbide.2 .SILENT: