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