diff --git a/Earthfile b/Earthfile index b02063b..4563b3f 100644 --- a/Earthfile +++ b/Earthfile @@ -1,7 +1,7 @@ VERSION 0.7 ARG ALPINE_VERSION=3.18 -ARG GO_VERSION=1.21 +ARG GO_VERSION=1.22 ARG LINTER_VERSION=v1.56.2 FROM golang:$GO_VERSION-alpine$ALPINE_VERSION WORKDIR /app