github bazelbuild/rules_go 0.16.6

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.

Changes

Several Bazel compatibility changes and bug fixes. Most of these are in preparation for Go 1.12, which requires some changes in the build system.

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.16.6/rules_go-0.16.6.tar.gz",
    sha256 = "ade51a315fa17347e5c31201fdc55aa5ffb913377aa315dceb56ee9725e620ee",
)
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()

Don't miss a new rules_go release

NewReleases is sending notifications on new releases.