mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-31 12:27:10 +00:00
Fix golangci-lint version pinning (#3521)
This commit is contained in:
2
Makefile
2
Makefile
@@ -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; \
|
||||
|
Reference in New Issue
Block a user