-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependency on grpc-go in internal/testprotos (#519)
* Cleanup CI config to use newer Go versions and newer circleci images * Use newer protoc plugins (separate for normal code vs. gRPC-related code) * Remove dependency on grpc-go in internal/testprotos by not generating gRPC stubs for that package * Copy testprotos.TestService into DummyService in grpc sub-package, since we no longer generate gRPC stubs for testprotos * Update tests to look for DummyService; fix other related errors that fall out of using new protoc grpc plugin Co-authored-by: bufdev <[email protected]>
- Loading branch information
Showing
19 changed files
with
1,904 additions
and
1,723 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ ineffassign: | |
|
||
.PHONY: predeclared | ||
predeclared: | ||
@go install github.com/nishanths/predeclared@v0.0.0-20200524104333-86fad755b4d3 | ||
@go install github.com/nishanths/predeclared@v0.2.2 | ||
predeclared ./... | ||
|
||
# Intentionally omitted from CI, but target here for ad-hoc reports. | ||
|
@@ -76,7 +76,6 @@ test: | |
.PHONY: generate | ||
generate: | ||
@go install golang.org/x/tools/cmd/[email protected] | ||
@go install github.com/golang/protobuf/protoc-gen-go | ||
go generate ./... | ||
|
||
.PHONY: testcover | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.