You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd$(TOOLS_DIR)&& go build -tags=tools -o bin/controller-gen sigs.k8s.io/controller-tools/cmd/controller-gen
74
74
75
75
$(GOLANGCI_LINT): .github/workflows/golangci-lint.yml # Download golanci-lint using hack script into tools folder.
76
-
hack/ensure-golangci-lint.sh \
77
-
-b $(TOOLS_BIN_DIR)\
78
-
$(shell cat .github/workflows/golangci-lint.yml | grep version | sed 's/.*version: //')
76
+
GOBIN=$(abspath$(TOOLS_BIN_DIR)) go install github.com/golangci/golangci-lint/cmd/golangci-lint@$(shell cat .github/workflows/golangci-lint.yml | grep version | sed 's/.*version: //')
0 commit comments