From f5ca25d812fdb51a4e6682f8249557f0d38a1cae Mon Sep 17 00:00:00 2001 From: vchinda Date: Wed, 10 Jul 2024 12:41:30 +0530 Subject: [PATCH] Bumped go version in dockerfile.e2e Signed-off-by: GW Cloud Common Services --- Dockerfile.e2e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.e2e b/Dockerfile.e2e index 83b54eb..340fc45 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -1,6 +1,6 @@ ARG BASE_IMAGE # Build the manager binary -FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.19-alpine as builder +FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-alpine as builder ARG GOPROXY ENV GOPROXY=${GOPROXY:-https://goproxy.cn} WORKDIR /workspace