Skip to content

Commit

Permalink
cluster-autoscaler: Fix go image version in dockerfile (#1223)
Browse files Browse the repository at this point in the history
Release workflow failed due to this issue; missed it in #1161.
  • Loading branch information
sharnoff authored Jan 27, 2025
1 parent 4e81d97 commit 757e8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: This must match CA's builder/Dockerfile:
# https://github.com/kubernetes/autoscaler/blob/<GIT_TAG>/builder/Dockerfile
FROM golang:1.21.6 AS builder
FROM golang:1.22.2 AS builder

WORKDIR /workspace

Expand Down

0 comments on commit 757e8b7

Please sign in to comment.