diff --git a/images/kubekins-test/Dockerfile-1.12 b/images/kubekins-test/Dockerfile-1.12 index 44bc78bc5820..dbeb2ec05dae 100644 --- a/images/kubekins-test/Dockerfile-1.12 +++ b/images/kubekins-test/Dockerfile-1.12 @@ -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.21.12 # Setup workspace and symlink to gopath WORKDIR /workspace