testing: use supported golang version in ci container images

Bump the golang version to 1.14.7. Go 1.14 is now the older supported
version, with the recent release of Go.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2020-08-12 10:47:19 -04:00 committed by John Mulligan
parent d0f3a30c57
commit 9cd28289b5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN true && \
"libcephfs-devel-${cv}" "librados-devel-${cv}" "librbd-devel-${cv}" && \ "libcephfs-devel-${cv}" "librados-devel-${cv}" "librbd-devel-${cv}" && \
true true
ENV GOTAR=go1.12.17.linux-amd64.tar.gz ENV GOTAR=go1.14.7.linux-amd64.tar.gz
RUN true && \ RUN true && \
curl -o /tmp/${GOTAR} https://dl.google.com/go/${GOTAR} && \ curl -o /tmp/${GOTAR} https://dl.google.com/go/${GOTAR} && \
tar -x -C /opt/ -f /tmp/${GOTAR} && \ tar -x -C /opt/ -f /tmp/${GOTAR} && \