Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-689 update readme to fix reference to previous test harness #713

Merged
merged 1 commit into from Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -1018,9 +1018,9 @@ docker run --rm \
docker run --rm \
bufbuild/protoc-gen-validate ci

# executes the 'build' & 'generate-testdata' make targets
# executes the 'build' & 'testcases' make targets
docker run --rm \
bufbuild/protoc-gen-validate build generate-testdata
bufbuild/protoc-gen-validate build testcases

# override the entrypoint and interact with the container directly
# this can be useful when wanting to run bazel commands without
Expand Down
4 changes: 2 additions & 2 deletions tests/go.mod
Expand Up @@ -3,8 +3,8 @@ module github.com/envoyproxy/protoc-gen-validate/tests
go 1.12

require (
golang.org/x/net v0.0.0-20220907135653-1e95f45603a7
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
github.com/envoyproxy/protoc-gen-validate v0.6.13
golang.org/x/net v0.1.0
google.golang.org/protobuf v1.28.1
)

Expand Down