We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go mod tidy/vendor
1 parent 92ba605 commit 879bb23Copy full SHA for 879bb23
Makefile
@@ -242,8 +242,7 @@ envtest:
242
OPERATOR_SDK = $(shell pwd)/bin/operator-sdk
243
.PHONY: operator-sdk
244
operator-sdk:
245
-# FIXME: Remove `go mod tidy && go mod vendor` once we find the reason why ci workflow fails.
246
- cd ./tools && go mod tidy && go mod vendor && go build -o $(OPERATOR_SDK) ./vendor/$(shell grep operator-sdk tools/tools.go | sed 's/.*_ "//;s/"//')
+ cd ./tools && go build -o $(OPERATOR_SDK) ./vendor/$(shell grep operator-sdk tools/tools.go | sed 's/.*_ "//;s/"//')
247
248
# protoc-gen-go gets installed from the vendor/ directory.
249
PROTOC_GEN_GO = $(shell pwd)/bin/protoc-gen-go
0 commit comments