Skip to content

Commit

Permalink
Remove generated go.mod from _protean.pb.go recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Oct 10, 2023
1 parent f398d1f commit 26c5b64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GO_TEST_REQ += internal/stringservice/service_protean.pb.go
-include .makefiles/pkg/protobuf/v2/Makefile
-include .makefiles/pkg/go/v1/Makefile

%_protean.pb.go: %.proto $(PROTOC_COMMAND) artifacts/protobuf/bin/go.mod artifacts/protobuf/args/common artifacts/protobuf/args/go $(GO_DEBUG_DIR)/protoc-gen-go-protean
%_protean.pb.go: %.proto $(PROTOC_COMMAND) artifacts/protobuf/args/common artifacts/protobuf/args/go $(GO_DEBUG_DIR)/protoc-gen-go-protean
PATH="$(GO_DEBUG_DIR):$(MF_PROJECT_ROOT)/artifacts/protobuf/bin:$$PATH" $(PROTOC_COMMAND) \
--proto_path="$(dir $(PROTOC_COMMAND))../include" \
--go-protean_opt=module=$$(go list -m) \
Expand Down
2 changes: 1 addition & 1 deletion internal/proteanpb/error.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/stringservice/service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/testservice/service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26c5b64

Please sign in to comment.