Skip to content

Commit

Permalink
Fix wrong bazel version (grpc-ecosystem#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
defool authored Oct 24, 2021
1 parent 180a9ff commit ac034aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docker run -v $(pwd):/grpc-gateway -w /grpc-gateway --rm ghcr.io/grpc-ecosystem/
make clean && \
make generate'
docker run -itv $(pwd):/grpc-gateway -w /grpc-gateway --entrypoint /bin/bash --rm \
l.gcr.io/google/bazel:3.5.0 -c '\
ghcr.io/grpc-ecosystem/grpc-gateway/build-env:1.17 -c '\
bazel run :gazelle -- update-repos -from_file=go.mod -to_macro=repositories.bzl%go_repositories && \
bazel run :gazelle && \
bazel run :buildifier'
Expand Down

0 comments on commit ac034aa

Please sign in to comment.