Skip to content

0.18.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jayconrod jayconrod released this 14 Mar 23:41
· 62 commits to release-0.18 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.18.1/rules_go-0.18.1.tar.gz",
    sha256 = "77dfd303492f2634de7a660445ee2d3de2960cbd52f97d8c0dffa9362d3ddef9",
)
load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()