File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424ARG variant
2525ARG GO_VERSION
2626ARG OS_CODENAME
27- FROM golang:1.24-bookworm AS builder
27+ FROM golang:1.25-trixie AS builder
2828
2929# Copy the sources
3030WORKDIR /go/src/app
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ dependencies:
3838 # This entry is a stub of the major version to allow dependency checks to
3939 # pass when building Kubernetes using a pre-release of Golang.
4040 - name : " golang: 1.<major>"
41- version : 1.24
41+ version : 1.25
4242 refPaths :
4343 - path : Dockerfile
4444 match : FROM golang:\d+.\d+(alpha|beta|rc)?\.?(\d+)-(bookworm)
4545
4646 - name : " golang: go.mod"
47- version : 1.24
47+ version : 1.25
4848 refPaths :
4949 - path : go.mod
5050 match : go \d+.\d+
Original file line number Diff line number Diff line change 11module sigs.k8s.io/promo-tools/v4
22
3- go 1.24.9
3+ go 1.25
44
55require (
66 cloud.google.com/go/containeranalysis v0.14.2
You can’t perform that action at this time.
0 commit comments