Skip to content

Commit

Permalink
chore: fix golangci-lint version
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Sep 6, 2023
1 parent a98950d commit c0455b8
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 @@ -7,5 +7,5 @@ test:
e2e-test:
go test -race -cover ./e2e/...
lint:
go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@latest
go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.1
${GOPATH}/bin/golangci-lint run --deadline=3m --timeout=3m ./... # Run linters

0 comments on commit c0455b8

Please sign in to comment.