diff --git a/images/kubekins-test/Dockerfile-1.14 b/images/kubekins-test/Dockerfile-1.14 index f7f350d5535c..e7b3c8c3a9ff 100644 --- a/images/kubekins-test/Dockerfile-1.14 +++ b/images/kubekins-test/Dockerfile-1.14 @@ -15,7 +15,7 @@ # This file creates a build environment for building and running kubernetes # unit and integration tests -FROM golang:1.12.1 +FROM golang:1.22.7 # Setup workspace and symlink to gopath WORKDIR /workspace