Skip to content

Commit 0caa31b

Browse files
Bump golangci-linter version (#379)
Without this change, the linter will fail on Ginkgo and Gomega dot imports. Signed-off-by: Petr Horacek <[email protected]> Co-authored-by: Petr Horacek <[email protected]>
1 parent 641e634 commit 0caa31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $(BASE): ; $(info setting GOPATH...)
4242

4343
GOLANGCI = $(GOBIN)/golangci-lint
4444
$(GOBIN)/golangci-lint: $(GO) | $(BASE) ; $(info building golangci-lint...)
45-
$Q $(GO) install -mod=mod github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.1
45+
$Q $(GO) install -mod=mod github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.6
4646

4747
build: format $(patsubst %, build-%, $(COMPONENTS))
4848

0 commit comments

Comments
 (0)