diff --git a/Earthfile b/Earthfile index 1204197..d6a751b 100644 --- a/Earthfile +++ b/Earthfile @@ -33,7 +33,7 @@ golang-base: # install linter # binary will be $(go env GOPATH)/bin/golangci-lint - RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2 + RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.1 RUN ls -la $(which golangci-lint) SAVE IMAGE --push tochemey/docker-go:1.21.3-${VERSION}