Skip to content

0.17.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@jayconrod jayconrod released this 08 May 21:10
· 28 commits to release-0.17 since this release

New Go versions

Go 1.12.5 and 1.11.10 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.5/rules_go-0.17.5.tar.gz",
    sha256 = "87a089eabf919de29eb4711daa52ffbc4b22b2c045949c20503357a3cadf1037",
)
load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()