From 5195fceb4dd7ca6e6e30e6ec49dd9dac2b32a0b1 Mon Sep 17 00:00:00 2001 From: Benjamin Pineau Date: Thu, 6 Jun 2024 17:12:18 -0400 Subject: [PATCH] [local] Fix CI for master-1.12 branch That branch (and really, cluster-autoscaler-1.28.x) won't pass CI anymore as its `GO111MODULE=auto` will break with golang >= 1.21, yet the CI specified `'>=1.20.0'`, so it broke when a newer version of `actions/setup-go` was provided.