Skip to content

Commit 08825b8

Browse files
committed
Pinning version of golangci-lint to support 1.16
Signed-off-by: Brandon Mitchell <[email protected]>
1 parent 02efb9a commit 08825b8

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
@@ -108,7 +108,7 @@ endif
108108
install.tools: $(TOOLS:%=.install.%)
109109

110110
.install.lint:
111-
go get github.com/golangci/golangci-lint/cmd/golangci-lint@latest
111+
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.45.2
112112

113113
.install.gitvalidation:
114114
go get -u github.com/vbatts/git-validation

0 commit comments

Comments
 (0)