containers: update the go version used in the CI container

The Go 1.18 release was done in march 2022 and so we should
continue to use the older of the two supported releases which
is now Go 1.17.x.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2022-05-02 14:28:48 -04:00 committed by mergify[bot]
parent e48b72c98e
commit 40f1fa47d9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ RUN true && \
yum clean all && \ yum clean all && \
true true
ARG GO_VERSION=1.16.7 ARG GO_VERSION=1.17.9
ENV GO_VERSION=${GO_VERSION} ENV GO_VERSION=${GO_VERSION}
RUN true && \ RUN true && \
gotar=go${GO_VERSION}.linux-amd64.tar.gz && \ gotar=go${GO_VERSION}.linux-amd64.tar.gz && \