Skip to content

Commit

Permalink
chore: Bump golangci-lint version
Browse files Browse the repository at this point in the history
This commit bumps golangci-lint to v1.5.0 as the older version has
memory issues that causes presubmits to time out.
  • Loading branch information
rquitales committed Nov 1, 2022
1 parent c10935a commit 31fa3de
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 @@ -16,7 +16,7 @@ all: generate license fix vet fmt test lint tidy
go install github.com/google/[email protected]

"$(MYGOBIN)/golangci-lint":
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.2
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.0

"$(MYGOBIN)/deepcopy-gen":
go install k8s.io/code-generator/cmd/[email protected]
Expand Down

0 comments on commit 31fa3de

Please sign in to comment.