diff --git a/Dockerfile b/Dockerfile index 32639af7a3..d84c04fd79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Stage -FROM golang:1.20 AS builder +FROM golang:1.22 AS builder # Set go mod installation source and proxy ARG GO111MODULE=on