Skip to content

Commit 0dcee07

Browse files
authored
Merge pull request #1580 from unguiculus/go-1.23.2
chore: update Go to 1.23.4
2 parents ddbf341 + 2f51692 commit 0dcee07

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

Dockerfile

+1-1
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.23.1 as build
4+
FROM golang:1.23.4 as build
55

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

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ CONTAINER_ARCH_TARGETS=$(addprefix container-,$(ALL_ARCHITECTURES))
7272
container:
7373
# Pull base image explicitly. Keep in sync with Dockerfile, otherwise
7474
# GCB builds will start failing.
75-
docker pull golang:1.23.1
75+
docker pull golang:1.23.4
7676
docker build -t $(REGISTRY)/metrics-server-$(ARCH):$(CHECKSUM) --build-arg ARCH=$(ARCH) --build-arg GIT_TAG=$(GIT_TAG) --build-arg GIT_COMMIT=$(GIT_COMMIT) .
7777

7878
.PHONY: container-all

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module sigs.k8s.io/metrics-server
22

3-
go 1.23.0
4-
5-
toolchain go1.23.1
3+
go 1.23.4
64

75
require (
86
github.com/google/go-cmp v0.6.0

scripts/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module sigs.k8s.io/metrics-server/scripts
22

3-
go 1.23.0
4-
5-
toolchain go1.23.1
3+
go 1.23.4
64

75
require (
86
github.com/google/addlicense v1.1.1

0 commit comments

Comments
 (0)