Skip to content

0.16.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@jayconrod jayconrod released this 30 Nov 20:38
· 42 commits to release-0.16 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.16.3/rules_go-0.16.3.tar.gz",
    sha256 = "b7a62250a3a73277ade0ce306d22f122365b513f5402222403e507f2f997d421",
)
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()