From 9a3796f8531874f7c4b49227823a37fffdbe1ca6 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Sat, 9 Mar 2024 11:59:07 +0530 Subject: [PATCH] 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 --- testing/containers/ceph/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/containers/ceph/Dockerfile b/testing/containers/ceph/Dockerfile index d6db6f2..b80bdd9 100644 --- a/testing/containers/ceph/Dockerfile +++ b/testing/containers/ceph/Dockerfile @@ -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}