Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 6a1f5f8

Browse files
baijumopenshift-merge-robot
authored andcommitted
update GolangCI Lint version (#200)
Refer: golangci/golangci-lint#658
1 parent 2cefaeb commit 6a1f5f8

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)