diff --git a/addon-resizer/Dockerfile b/addon-resizer/Dockerfile index 6fb63cda9c74..49568b08aff6 100644 --- a/addon-resizer/Dockerfile +++ b/addon-resizer/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.23 AS builder +FROM --platform=$BUILDPLATFORM golang:1.24 AS builder WORKDIR /workspace diff --git a/addon-resizer/Makefile b/addon-resizer/Makefile index 6c2595f958b5..878e6ada904e 100644 --- a/addon-resizer/Makefile +++ b/addon-resizer/Makefile @@ -22,7 +22,7 @@ ARCH ?= amd64 export DOCKER_CLI_EXPERIMENTAL=enabled GOARM=7 -GOLANG_VERSION = 1.23 +GOLANG_VERSION = 1.24 REGISTRY = gcr.io/k8s-staging-autoscaling IMGNAME = addon-resizer IMAGE = $(REGISTRY)/$(IMGNAME) diff --git a/addon-resizer/go.mod b/addon-resizer/go.mod index 8f14d1d9b1d8..ce37c91e3e93 100644 --- a/addon-resizer/go.mod +++ b/addon-resizer/go.mod @@ -1,6 +1,6 @@ module k8s.io/autoscaler/addon-resizer -go 1.22.0 +go 1.24.0 toolchain go1.24.1 require (