Skip to content

Commit

Permalink
Update boilerplate for rules_go 0.18.3 [skip ci] (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayconrod authored Apr 12, 2019
1 parent c8a9055 commit 63ddd72
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 @@ -69,8 +69,8 @@ should look like this:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "io_bazel_rules_go",
urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.18.2/rules_go-0.18.2.tar.gz"],
sha256 = "31f959ecf3687f6e0bb9d01e1e7a7153367ecd82816c9c0ae149cd0e5a92bf8c",
urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.18.3/rules_go-0.18.3.tar.gz"],
sha256 = "86ae934bd4c43b99893fc64be9d9fc684b81461581df7ea8fc291c816f5ee8c5",
)
http_archive(
name = "bazel_gazelle",
Expand Down

0 comments on commit 63ddd72

Please sign in to comment.