New Go versions
Go 1.11.5 and 1.10.8 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.11/rules_go-0.15.11.tar.gz",
sha256 = "7b7c74740e3a757204ddb93241ce728906af795d6c6aa0950e0e640716dc1e4a",
)
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()
Note
This will likely be the last release on this branch. Go 1.12 and later will not be backported here.