Skip to content

Commit

Permalink
Fix for Bazel 0.26+ (buchgr#94)
Browse files Browse the repository at this point in the history
See bazelbuild/bazel#7793 for details.
  • Loading branch information
byronyi authored and gjasny committed Sep 23, 2019
1 parent 183f3c5 commit 5d923e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "io_bazel_rules_go",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.18.4/rules_go-0.18.4.tar.gz",
sha256 = "3743a20704efc319070957c45e24ae4626a05ba4b1d6a8961e87520296f1b676",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.18.6/rules_go-0.18.6.tar.gz",
sha256 = "f04d2373bcaf8aa09bccb08a98a57e721306c8f6043a2a0ee610fd6853dcde3d",
)

http_archive(
Expand Down

0 comments on commit 5d923e3

Please sign in to comment.