fix for dup digest smashing in cosign

Signed-off-by: Adam Martin <adam.martin@rancherfederal.com>
This commit is contained in:
Adam Martin
2024-04-23 14:06:40 -04:00
parent 0674e0ab30
commit 2889f30275
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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: