From 092c03eb5ae2b242f3180c1b69ff90456dabdfad Mon Sep 17 00:00:00 2001 From: orvice Date: Wed, 16 Aug 2023 11:18:47 +0800 Subject: [PATCH] bump go version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a0efaf..0dad301 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17 as builder +FROM golang:1.21 as builder ARG ARG_GOPROXY ENV GOPROXY $ARG_GOPROXY