diff --git a/Earthfile b/Earthfile index ed44eaa..927e09b 100644 --- a/Earthfile +++ b/Earthfile @@ -1,7 +1,7 @@ VERSION 0.7 ARG ALPINE_VERSION=3.19 -ARG GO_VERSION=1.21 +ARG GO_VERSION=1.22 ARG LINTER_VERSION=v1.57.2 FROM golang:$GO_VERSION-alpine$ALPINE_VERSION WORKDIR /app