Bump golang to 1.20

This commit is contained in:
Ole Markus With 2023-04-14 07:31:37 +02:00
parent 9613f30b93
commit 489e37cd36
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: '>=1.20.0'
- uses: actions/checkout@v2
with:

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.19
FROM golang:1.20
LABEL maintainer="Marcin Wielgus <mwielgus@google.com>"
ENV GOPATH /gopath/

View File

@ -1,6 +1,6 @@
module k8s.io/autoscaler/cluster-autoscaler
go 1.19
go 1.20
require (
cloud.google.com/go/compute/metadata v0.2.3