diff --git a/Dockerfile b/Dockerfile index 44942b1..6ecf229 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # See: https://hub.docker.com/_/golang/ -FROM golang:1.13 as golang +FROM golang:1.26 as golang RUN go clean -modcache # Fetch the source