From de3056afd5155a505b595d47eb97a7780ee628e8 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 19 Aug 2024 16:26:12 +0200 Subject: [PATCH] chore: update golangci-lint version to v1.60.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 515c747..7ccc975 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,5 @@ RUN apt update && \ rm -rf /var/lib/apt/lists/* && \ go install github.com/lietu/go-pre-commit@latest && \ go install golang.org/x/tools/cmd/goimports@latest && \ - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.53.2 && \ + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.1 && \ pipx install pre-commit