Skip to content

Commit

Permalink
Update golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
raypinto committed Feb 26, 2023
1 parent e7d429b commit 8822045
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 @@ -44,7 +44,7 @@ test-cover-ci:
.PHONY: install-tools
install-tools:
cd /tmp && go install github.com/wadey/gocovmerge@latest
cd /tmp && go install github.com/golangci/golangci-lint/cmd/golangci-lint@6f7f8ae
cd /tmp && go install github.com/golangci/golangci-lint/cmd/golangci-lint@f0dbc75

.PHONY: lint
lint:
Expand Down

0 comments on commit 8822045

Please sign in to comment.