Skip to content

0.15.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@jayconrod jayconrod released this 30 Nov 20:38
· 7 commits to release-0.15 since this release

Changes

  • Several Bazel compatibility fixes and small bug fixes.

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