Skip to content

Releases: bazel-contrib/rules_go

0.16.4

14 Dec 00:29
Compare
Choose a tag to compare
0.16.4 Pre-release
Pre-release

New Go versions

Go 1.11.3 and 1.10.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.4/rules_go-0.16.4.tar.gz",
    sha256 = "62ec3496a00445889a843062de9930c228b770218c735eca89c67949cd967c3f",
)
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()

0.15.9

14 Dec 00:28
Compare
Choose a tag to compare
0.15.9 Pre-release
Pre-release

New Go versions

Go 1.11.3 and 1.10.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.15.9/rules_go-0.15.9.tar.gz",
    sha256 = "79c31d94b7f16b164af58f2a2de708b603cccae60abe8c2bc6a3c06a1f2ea648",
)
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()

0.14.7

14 Dec 00:28
Compare
Choose a tag to compare
0.14.7 Pre-release
Pre-release

New Go versions

Go 1.11.3 and 1.10.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.14.7/rules_go-0.14.7.tar.gz",
    sha256 = "1a5b8d49a052127af0d444c8e9711a120dd50e373a8da88714fdda46e11f7a90",
)
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()

0.15.8

30 Nov 20:38
Compare
Choose a tag to compare
0.15.8 Pre-release
Pre-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()

0.14.6

30 Nov 20:38
Compare
Choose a tag to compare
0.14.6 Pre-release
Pre-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()

0.16.3

30 Nov 20:38
Compare
Choose a tag to compare
0.16.3 Pre-release
Pre-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()

0.16.2

05 Nov 23:06
Compare
Choose a tag to compare
0.16.2 Pre-release
Pre-release

New Go versions

Go 1.11.2 and 1.10.5 are now supported.

Bug fixes

  • #1808 - Don't compile cgo code with --coverage

Changes

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

0.15.7

05 Nov 23:05
Compare
Choose a tag to compare
0.15.7 Pre-release
Pre-release

New Go versions

Go 1.11.2 and 1.10.5 are now supported.

Bug fixes

  • #1808 - Don't compile cgo code with --coverage

Changes

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

0.14.5

05 Nov 23:05
Compare
Choose a tag to compare
0.14.5 Pre-release
Pre-release

New Go versions

Go 1.11.2 and 1.10.5 are now supported.

Changes

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

0.16.1

24 Oct 18:31
Compare
Choose a tag to compare
0.16.1 Pre-release
Pre-release

Bug fixes

  • #1776 Exclude srcs and their runfiles from Go rule runfiles
  • #1778 nogo: write vet.cfg to random temporary configuration file
  • #1783 Fix execute arguments to use list (thanks @mauriciogg)
  • #1785 De-duplicate dependencies with the same import path

Updated dependencies

  • org_golang_x_tools updated to master as of 2018-10-22. We've also added go_tool_library targets for analysis packages and their dependencies for use with nogo.

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