Skip to content

Commit

Permalink
Remove generated go.mod from _primo.pb.go recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Oct 10, 2023
1 parent ded3e7d commit a088171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GO_TEST_REQ += $(foreach f,$(PROTO_FILES:.proto=_primo.pb.go),$(if $(findstring
-include .makefiles/pkg/protobuf/v2/Makefile
-include .makefiles/pkg/go/v1/Makefile

%_primo.pb.go: %.proto $(PROTOC_COMMAND) artifacts/protobuf/bin/go.mod artifacts/protobuf/args/common artifacts/protobuf/args/go $(GO_DEBUG_DIR)/protoc-gen-go-primo
%_primo.pb.go: %.proto $(PROTOC_COMMAND) artifacts/protobuf/args/common artifacts/protobuf/args/go $(GO_DEBUG_DIR)/protoc-gen-go-primo
PATH="$(GO_DEBUG_DIR):$(MF_PROJECT_ROOT)/artifacts/protobuf/bin:$$PATH" $(PROTOC_COMMAND) \
--proto_path="$(dir $(PROTOC_COMMAND))../include" \
--go-primo_opt=module=$$(go list -m) \
Expand Down

0 comments on commit a088171

Please sign in to comment.