github bazelbuild/rules_go 0.15.11

latest releases: v0.47.0, v0.46.0, v0.45.1...
pre-release5 years ago

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.

Don't miss a new rules_go release

NewReleases is sending notifications on new releases.