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

Upgrade to the latest rules_go #979

Merged
merged 1 commit into from
Jul 30, 2019
Merged

Conversation

achew22
Copy link
Collaborator

@achew22 achew22 commented Jul 30, 2019

To fix the build error that @hb-chen found (but did not cause) in #947.

Also, finally does the thing where we can now run a single command after updating go.mod and Bazel will be fixed. This was released in the latest gazelle.

bazel run //:gazelle -- update-repos -from_file=go.mod -to_macro=repositories.bzl%go_repositories

@achew22 achew22 force-pushed the rules_go branch 2 times, most recently from c055023 to 1d2b88f Compare July 30, 2019 05:19
Also, finally does the thing where we can now run a single command after
updating `go.mod` and Bazel will be fixed. This was released in the
latest gazelle.

```sh
bazel run //:gazelle -- update-repos -from_file=go.mod -to_macro=repositories.bzl%go_repositories
```
@achew22 achew22 merged commit d63917f into grpc-ecosystem:master Jul 30, 2019
@achew22 achew22 deleted the rules_go branch July 31, 2019 21:47
adasari pushed a commit to adasari/grpc-gateway that referenced this pull request Apr 9, 2020
Also, finally does the thing where we can now run a single command after
updating `go.mod` and Bazel will be fixed. This was released in the
latest gazelle.

```sh
bazel run //:gazelle -- update-repos -from_file=go.mod -to_macro=repositories.bzl%go_repositories
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants