Skip to content

Commit 5e6bf7c

Browse files
committed
bump go runner to v2.3.1-go1.23.2-bookworm.0
Signed-off-by: Min Jin <[email protected]>
1 parent cc3ddfd commit 5e6bf7c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
## BUILD ARGS ##
1515
################################################################################
1616
# This build arg allows the specification of a custom Golang image.
17-
ARG GOLANG_IMAGE=golang:1.23.0
17+
ARG GOLANG_IMAGE=golang:1.23.6
1818

1919
# The distroless image on which the CPI manager image is built.
2020
#
2121
# Please do not use "latest". Explicit tags should be used to provide
2222
# deterministic builds. Follow what kubernetes uses to build
2323
# kube-controller-manager, for example for 1.23.x:
2424
# https://github.com/kubernetes/kubernetes/blob/release-1.24/build/common.sh#L94
25-
ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.3.1-go1.23.0-bookworm.0
25+
ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.4.0-go1.23.6-bookworm.0
2626

2727
################################################################################
2828
## BUILD STAGE ##

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module k8s.io/cloud-provider-aws
22

3-
go 1.23.0
4-
5-
toolchain go1.23.3
3+
go 1.23.6
64

75
require (
86
github.com/aws/aws-sdk-go v1.55.5

0 commit comments

Comments
 (0)