Skip to content

0.16.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@jayconrod jayconrod released this 14 Mar 23:41
· 13 commits to release-0.16 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.16.8/rules_go-0.16.8.tar.gz",
    sha256 = "7951e98ad11d3b6612fba8554bab46af4d896d8b29427f75b5fd1374fa6e7c18",
)
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()