Skip to content

Commit 8a4219b

Browse files
committed
chore: pull v1.46.2 of golangci-lint
Signed-off-by: Austin Vazquez <[email protected]>
1 parent 0db3d5b commit 8a4219b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ tidy:
131131
./tools/tidy.sh
132132

133133
deps:
134-
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(BINPATH) v1.44.2
134+
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(BINPATH) v1.46.2
135135
$(BINPATH)/golangci-lint --version
136136
GOBIN=$(BINPATH) GO111MODULE=off go get -u github.com/vbatts/git-validation
137137
GOBIN=$(BINPATH) GO111MODULE=off go get -u github.com/kunalkushwaha/ltag

0 commit comments

Comments
 (0)