Update cluster autoscaler build to v1.23

* Add v1.23
* Update the go version in the build Dockerfile

Change-Id: Id11e5c4830a4538fd3e1869dddd56c977241aac3
This commit is contained in:
Bartosz Bezak 2022-02-25 10:38:24 +01:00
parent 2a7ab5e9a3
commit b73c6d25eb
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.16.7 as builder
FROM golang:1.17.7 as builder
ARG AUTOSCALER_VERSION

View File

@ -29,3 +29,4 @@ cluster_autoscaler_versions:
- version: 1.20.0
- version: 1.21.0
- version: 1.22.0
- version: 1.23.0