From c97de5d6c7868307552fff2a42c16291a4217374 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 16:10:40 +0100 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.58.1 (#67) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 194fd33..d6f1a73 100644 --- a/Earthfile +++ b/Earthfile @@ -38,7 +38,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.58.0 + RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.58.1 RUN ls -la $(which golangci-lint) SAVE IMAGE --push tochemey/docker-go:1.22.2-${VERSION}