Skip to content

Commit e63863b

Browse files
committed
chore: roll back to go 1.25.6 for resuming daily build
Signed-off-by: pohanhuang <pohan.huang@suse.com>
1 parent fbbfed7 commit e63863b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/neuvector/scanner
22

33
go 1.24.0
44

5-
toolchain go1.25.7
5+
toolchain go1.25.6
66

77
replace k8s.io/cri-api => k8s.io/cri-api v0.25.16
88

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG VULNDB_VERSION=4.070
22
ARG VULNDB_CHECKSUM=2c61d3a32dfd49404e4180f0c8a8aa23789fad13249bfaa90b88395f5e53b99e
3-
ARG SIGSTORE_VERSION=7a92b9b39c0a095ce264980df4e7757ef9548efc
3+
ARG SIGSTORE_VERSION=68744d342041907b21d817e4f5f6aaf8c6842d55
44
#
55
# Builder
66
#

0 commit comments

Comments
 (0)