We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a34db commit 3ab2df7Copy full SHA for 3ab2df7
1 file changed
Makefile
@@ -2,7 +2,7 @@ export GO111MODULE=on
2
3
format-check: ## Format the code and run linters
4
@if test ! -e ./bin/golangci-lint; then \
5
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.50.0; \
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.50.1; \
6
fi
7
@./bin/golangci-lint run --fix
8
0 commit comments