Skip to content

Commit f8eb6bc

Browse files
committed
chore: bump go toolchain version to 1.25.7
Signed-off-by: pohanhuang <pohan.huang@suse.com>
1 parent 456da1f commit f8eb6bc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/unitest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
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

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.6
5+
toolchain go1.25.7
66

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

package/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
89
ARG VERSION
910
ARG VULNDB_CHECKSUM
1011
ARG SIGSTORE_VERSION

0 commit comments

Comments
 (0)