Dockerfile: Bump golang version to 1.21

This bumps the Go version of the test container to 1.21.8, which is the
oldest supported Go version as of now.

Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
Anoop C S 2024-03-09 11:59:07 +05:30 committed by mergify[bot]
parent 708a7409af
commit 9a3796f853
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ RUN true && \
yum clean all && \
true
ARG GO_VERSION=1.19.5
ARG GO_VERSION=1.21.8
ENV GO_VERSION=${GO_VERSION}
ARG GOARCH
ENV GOARCH=${GOARCH}