Skip to content

Commit

Permalink
Use io_bazel_rules_go version 0.18.6 (GoogleCloudPlatform#502)
Browse files Browse the repository at this point in the history
This addresses a breaking bazel release: bazelbuild/bazel#7793
  • Loading branch information
ichaelm authored and imjasonh committed Jun 20, 2019
1 parent 36499d1 commit ed4ffba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bazel/examples/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "io_bazel_rules_go",
sha256 = "86ae934bd4c43b99893fc64be9d9fc684b81461581df7ea8fc291c816f5ee8c5",
urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.18.3/rules_go-0.18.3.tar.gz"],
sha256 = "f04d2373bcaf8aa09bccb08a98a57e721306c8f6043a2a0ee610fd6853dcde3d",
urls = [
"https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/0.18.6/rules_go-0.18.6.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/0.18.6/rules_go-0.18.6.tar.gz",
],
)

load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")
Expand Down

0 comments on commit ed4ffba

Please sign in to comment.