mirror of https://github.com/ceph/go-ceph
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:
parent
e48b72c98e
commit
40f1fa47d9
|
@ -22,7 +22,7 @@ RUN true && \
|
|||
yum clean all && \
|
||||
true
|
||||
|
||||
ARG GO_VERSION=1.16.7
|
||||
ARG GO_VERSION=1.17.9
|
||||
ENV GO_VERSION=${GO_VERSION}
|
||||
RUN true && \
|
||||
gotar=go${GO_VERSION}.linux-amd64.tar.gz && \
|
||||
|
|
Loading…
Reference in New Issue