Fix golangci-lint version pinning (#3521)

This commit is contained in:
Robert Kaussow 2024-03-20 15:28:10 +01:00 committed by GitHub
parent 1a3eed232f
commit aaf11afef7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,7 +127,7 @@ check-xgo: ## Check if xgo is installed
install-tools: ## Install development tools
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
go install github.com/golangci/golangci-lint/cmd/golangci-lint@1.56.2 ; \
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.56.2 ; \
fi ; \
hash gofumpt > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
go install mvdan.cc/gofumpt@latest; \