Merge branch 'golangci-lint' into 'main'

ci: update golangci-lint

See merge request unboundsoftware/pre-commit!1
This commit was merged in pull request #5.
This commit is contained in:
2023-06-04 14:51:09 +00:00
+1 -1
View File
@@ -5,5 +5,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.52.2 && \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.53.2 && \
pip install pre-commit