File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1212 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
1313 with :
14- go-version : ' 1.25.6 '
14+ go-version : ' 1.25.7 '
1515 - run : |
1616 ./unitest.sh
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/neuvector/scanner
22
33go 1.24.0
44
5- toolchain go1.25.6
5+ toolchain go1.25.7
66
77replace k8s.io/cri-api => k8s.io/cri-api v0.25.16
88
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ ARG SIGSTORE_VERSION=68744d342041907b21d817e4f5f6aaf8c6842d55
44#
55# Builder
66#
7- FROM registry.suse.com/bci/golang:1.25.6 AS builder
7+ FROM registry.suse.com/bci/golang:1.25 AS builder
8+ ENV GOTOOLCHAIN=1.25.7
89ARG VERSION
910ARG VULNDB_CHECKSUM
1011ARG SIGSTORE_VERSION
You can’t perform that action at this time.
0 commit comments