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

This commit is contained in:
Muhammad Atif Ali
2023-12-12 11:45:28 +00:00
committed by GitHub
parent b02796655e
commit dde21cebcc
+1 -1
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.