Skip to content

Commit

Permalink
Update rules_go to 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hlopko committed Mar 20, 2019
1 parent 943183c commit 70582c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions WORKSPACE
Expand Up @@ -56,10 +56,11 @@ http_archive(
# Go rules and proto support
http_archive(
name = "io_bazel_rules_go",
sha256 = "8be57ff66da79d9e4bd434c860dce589195b9101b2c187d144014bbca23b5166",
strip_prefix = "rules_go-0.16.3",
sha256 = "77dfd303492f2634de7a660445ee2d3de2960cbd52f97d8c0dffa9362d3ddef9",
strip_prefix = "rules_go-0.18.1",
urls = [
"https://github.com/bazelbuild/rules_go/archive/0.16.3.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/archive/0.18.1.tar.gz",
"https://github.com/bazelbuild/rules_go/archive/0.18.1.tar.gz",
],
)
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
Expand Down

0 comments on commit 70582c0

Please sign in to comment.