Skip to content

0.14.6

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