We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a600bd + eb5c22d commit ded5e65Copy full SHA for ded5e65
Makefile
@@ -1204,7 +1204,7 @@ $(YQ):
1204
$(GOLANGCI_LINT): .github/workflows/golangci-lint.yml # Download golangci-lint using hack script into tools folder.
1205
hack/ensure-golangci-lint.sh \
1206
-b $(TOOLS_BIN_DIR) \
1207
- $(shell cat .github/workflows/golangci-lint.yml | grep [[:space:]]version | sed 's/.*version: //')
+ $(shell cat .github/workflows/golangci-lint.yml | grep [[:space:]]version: | sed 's/.*version: //')
1208
1209
$(GINKGO): # Build ginkgo from tools folder.
1210
GOBIN=$(TOOLS_BIN_DIR) $(GO_INSTALL) $(GINKGO_PKG) $(GINKGO_BIN) $(GINGKO_VER)
0 commit comments