Skip to content

Commit

Permalink
one character fix to README boilerplate [skip ci] (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayconrod authored Aug 16, 2018
1 parent f77f3c1 commit e8c849c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ build files automatically using gazelle_.
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.15.0/rules_go-0.14.0.tar.gz"],
urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.15.0/rules_go-0.15.0.tar.gz"],
sha256 = "56d946edecb9879aed8dff411eb7a901f687e242da4fa95c81ca08938dd23bb4",
)
http_archive(
Expand Down

0 comments on commit e8c849c

Please sign in to comment.