Skip to content

Commit

Permalink
fix for dup digest smashing in cosign
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Martin <adam.martin@rancherfederal.com>
  • Loading branch information
amartin120 committed Apr 23, 2024
1 parent 0674e0a commit 2889f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 2889f30

Please sign in to comment.