Skip to content

Commit 91ffe63

Browse files
committed
update GolangCI Lint version
Refer: golangci/golangci-lint#658
1 parent 2cefaeb commit 91ffe63

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
@@ -146,7 +146,7 @@ lint-go-code: $(GOLANGCI_LINT_BIN)
146146
$(Q)GOCACHE=$(GOCACHE) ./out/golangci-lint ${V_FLAG} run --deadline=30m
147147

148148
$(GOLANGCI_LINT_BIN):
149-
$(Q)curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./out v1.17.1
149+
$(Q)curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./out v1.18.0
150150

151151
.PHONY: courier
152152
## Validate manifests using operator-courier

0 commit comments

Comments
 (0)