We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f5394 commit f76ede4Copy full SHA for f76ede4
.make/go.mk
@@ -42,7 +42,7 @@ install-go: ## Install the application (Using Native Go)
42
43
lint: ## Run the golangci-lint application (install if not found)
44
@echo "downloading golangci-lint..."
45
- @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.33.0
+ @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.42.0
46
@echo "running golangci-lint..."
47
@GOGC=20 ./bin/golangci-lint run
48
0 commit comments