chore: update golangci-lint version to v1.60.1

This commit is contained in:
2024-08-19 16:26:12 +02:00
parent ac3b141d8f
commit de3056afd5
+1 -1
View File
@@ -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