We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c4f501 + d03cfdb commit db57436Copy full SHA for db57436
Makefile
@@ -1,7 +1,7 @@
1
.PHONY:
2
3
BASE_IMAGE_TAG = latest
4
-BUILD_IMAGE_TAG = v1
+BUILD_IMAGE_TAG = v2
5
6
all:
7
go build -ldflags='-s -w' -buildvcs=false .
go.mod
@@ -1,6 +1,6 @@
module github.com/neuvector/sigstore-interface
-go 1.19
+go 1.22
require (
github.com/google/go-containerregistry v0.16.1
0 commit comments