From 92f087b386d72fc1d883ce209c9ec0f84ea969fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20K=C5=82obuszewski?= <danielmk@google.com> Date: Thu, 15 May 2025 15:53:12 +0200 Subject: [PATCH] Use go1.24 for Cluster Autoscaler builds --- cluster-autoscaler/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-autoscaler/Dockerfile b/cluster-autoscaler/Dockerfile index 7a0d208e22..80e74c132b 100644 --- a/cluster-autoscaler/Dockerfile +++ b/cluster-autoscaler/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # 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 -- GitLab