diff --git a/Dockerfile b/Dockerfile index 8d23c22c2..321f8b03d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Stage -FROM golang:1.21 AS builder +FROM golang:1.20 AS builder # Set go mod installation source and proxy ARG GO111MODULE=on