Skip to content

Commit db57436

Browse files
authored
Merge pull request #21 from alopez-suse/NVSHAS-8966
NVSHAS-8966: update golang version to 1.22
2 parents 0c4f501 + d03cfdb commit db57436

File tree

3 files changed

+93
-2
lines changed

3 files changed

+93
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY:
22

33
BASE_IMAGE_TAG = latest
4-
BUILD_IMAGE_TAG = v1
4+
BUILD_IMAGE_TAG = v2
55

66
all:
77
go build -ldflags='-s -w' -buildvcs=false .

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/neuvector/sigstore-interface
22

3-
go 1.19
3+
go 1.22
44

55
require (
66
github.com/google/go-containerregistry v0.16.1

0 commit comments

Comments
 (0)