We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db3d5b commit 8a4219bCopy full SHA for 8a4219b
Makefile
@@ -131,7 +131,7 @@ tidy:
131
./tools/tidy.sh
132
133
deps:
134
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(BINPATH) v1.44.2
+ curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(BINPATH) v1.46.2
135
$(BINPATH)/golangci-lint --version
136
GOBIN=$(BINPATH) GO111MODULE=off go get -u github.com/vbatts/git-validation
137
GOBIN=$(BINPATH) GO111MODULE=off go get -u github.com/kunalkushwaha/ltag
0 commit comments