Skip to content

Commit 0e306d9

Browse files
build(deps): bump golang from 1.25.6 to 1.26.2
Bumps golang from 1.25.6 to 1.26.2. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78192ed commit 0e306d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Update the base image in Makefile when updating golang version. This has to
22
# be pre-pulled in order to work on GCB.
33
ARG ARCH
4-
FROM golang:1.25.6 as build
4+
FROM golang:1.26.2 as build
55

66
WORKDIR /go/src/sigs.k8s.io/metrics-server
77
COPY go.mod .

0 commit comments

Comments
 (0)