Skip to content

0.17.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jayconrod jayconrod released this 14 Mar 23:41
· 43 commits to release-0.17 since this release

New Go version

Go 1.12.1 and 1.11.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.17.2/rules_go-0.17.2.tar.gz",
    sha256 = "6433336b4c5feb54e2f45df4c1c84ea4385b2dc0b6f274ec2cd5d745045eae1f",
)
load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()