Skip to content

Commit

Permalink
Update setup boilerplate for rules_go 0.10.3 (#176)
Browse files Browse the repository at this point in the history
[skip ci]
[ci skip]
  • Loading branch information
jayconrod committed Apr 4, 2018
1 parent 96cf920 commit 8bc6a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ It should look like this:
http_archive(
name = "io_bazel_rules_go",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.10.1/rules_go-0.10.1.tar.gz",
sha256 = "4b14d8dd31c6dbaf3ff871adcd03f28c3274e42abc855cb8fb4d01233c0154dc",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.10.3/rules_go-0.10.3.tar.gz",
sha256 = "feba3278c13cde8d67e341a837f69a029f698d7a27ddbb2a202be7a10b22142a",
)
http_archive(
name = "bazel_gazelle",
Expand Down

0 comments on commit 8bc6a86

Please sign in to comment.