chore(dogfood): use go 1.20.11 to match CI (#11153)

This commit is contained in:
Muhammad Atif Ali 2023-12-12 14:45:28 +03:00 committed by GitHub
parent b02796655e
commit dde21cebcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ FROM ubuntu:jammy AS go
RUN apt-get update && apt-get install --yes curl gcc
# Install Go manually, so that we can control the version
ARG GO_VERSION=1.21.4
ARG GO_VERSION=1.20.11
RUN mkdir --parents /usr/local/go
# Boring Go is needed to build FIPS-compliant binaries.