Skip to content

Commit

Permalink
Merge pull request #917 from sudo-bmitch/pr-gha-lint
Browse files Browse the repository at this point in the history
Pinning version of golangci-lint to support 1.16
  • Loading branch information
vbatts authored May 12, 2022
2 parents 8685486 + 08825b8 commit 7b36cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ endif
install.tools: $(TOOLS:%=.install.%)

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

.install.gitvalidation:
go get -u github.com/vbatts/git-validation
Expand Down

0 comments on commit 7b36cea

Please sign in to comment.