Skip to content

Commit f8e3172

Browse files
committed
bump to go1.25
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
1 parent 1c133eb commit f8e3172

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
ARG variant
2525
ARG GO_VERSION
2626
ARG OS_CODENAME
27-
FROM golang:1.24-bookworm AS builder
27+
FROM golang:1.25-trixie AS builder
2828

2929
# Copy the sources
3030
WORKDIR /go/src/app

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/promo-tools/v4
22

3-
go 1.24.9
3+
go 1.25
44

55
require (
66
cloud.google.com/go/containeranalysis v0.14.2

0 commit comments

Comments
 (0)