1 parent 76e61c3 commit 2cea772Copy full SHA for 2cea772
1 file changed
Makefile
@@ -52,7 +52,7 @@ $(GOIMPORTS):
52
go get -u golang.org/x/tools/cmd/goimports
53
54
$(GOLANG_CI_LINT):
55
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(BIN_DIR) v2.3.0
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(BIN_DIR) v2.12.2
56
57
tools: $(GOIMPORTS) $(GOLANG_CI_LINT)
58
0 commit comments