New Go versions
Go 1.11.3 and 1.10.6 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.9/rules_go-0.15.9.tar.gz",
sha256 = "79c31d94b7f16b164af58f2a2de708b603cccae60abe8c2bc6a3c06a1f2ea648",
)
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()