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