diff --git a/Dockerfile b/Dockerfile index cde54831..ada4fc3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Default to Go 1.17 -ARG GO_VERSION=1.17 +# Default to Go 1.20 +ARG GO_VERSION=1.20 FROM golang:${GO_VERSION}-alpine as build # Necessary to run 'go get' and to compile the linked binary