New Go versions
Go 1.11.4 and 1.10.7 are now supported.
WORKSPACE code
To use this release, add this code to your WORKSPACE file:
http_archive(
name = "io_bazel_rules_go",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.15.10/rules_go-0.15.10.tar.gz",
sha256 = "e04c06defc6d6e7fc05757c9aa9d4461823d96498c1b2757ef71ae2f665bfb99",
)
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()