Skip to content

Commit

Permalink
Update to a new version of go protobuf.
Browse files Browse the repository at this point in the history
This is the same version that rules_go uses at HEAD. At rules_go HEAD,
we will no longer be able to override the golang protobuf version used,
and so will need to rely on rules_go's version.
This may be fixed with bazel-contrib/rules_go#1548.
  • Loading branch information
pmuetschard committed Jul 3, 2018
1 parent 627524a commit 3d838b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/workspace_go.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def gapid_go_dependencies():
name = "com_github_golang_protobuf",
organization = "golang",
project = "protobuf",
commit = "8ee79997227bf9b34611aee7946ae64735e6fd93",
commit = "b4deda0973fb4c70b50d226b1af49f3da59f5265",
importpath = "github.com/golang/protobuf",
)

Expand Down

0 comments on commit 3d838b1

Please sign in to comment.