From 92f791fd9b1ee3dbe2b243a6c45f2786e4cd1a3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:31:32 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.63.0 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 32e2e1a..cea179d 100644 --- a/Earthfile +++ b/Earthfile @@ -40,7 +40,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.62.2 + RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.63.0 RUN ls -la $(which golangci-lint) SAVE IMAGE --push tochemey/docker-go:1.23.4-${VERSION}