diff --git a/images/kubekins-test/Dockerfile-1.11 b/images/kubekins-test/Dockerfile-1.11 index 44bc78bc5820..055cafd44fe0 100644 --- a/images/kubekins-test/Dockerfile-1.11 +++ b/images/kubekins-test/Dockerfile-1.11 @@ -15,7 +15,7 @@ # This file creates a build environment for building and running kubernetes # unit and integration tests -FROM golang:1.10.8 +FROM golang:1.23.0 # Setup workspace and symlink to gopath WORKDIR /workspace