Skip to content

Commit 31fa3de

Browse files
committed
chore: Bump golangci-lint version
This commit bumps golangci-lint to v1.5.0 as the older version has memory issues that causes presubmits to time out.
1 parent c10935a commit 31fa3de

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
@@ -16,7 +16,7 @@ all: generate license fix vet fmt test lint tidy
1616
go install github.com/google/[email protected]
1717

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

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

0 commit comments

Comments
 (0)