Skip to content

Releases: bazel-contrib/rules_go

0.2.0

21 Sep 04:40
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Features

Bug fixes

  • Build failure of cgo targets on OSX with Bazel HEAD -- #86
  • /bin/bash: Argument list too long(#42) -- fixed by #83
  • Avoid unnecessary re-download of go toolchains -- #85
  • Link failure of cgo targets depending on a cc_library rule which requires linkopts -- #103

Misc

0.1.0

29 Aug 22:16
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

New features

  • Upgrade to go 1.7.0, #67
  • Support TestMain, #68

Other changes

0.0.4

20 Jul 02:08
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
  • Update to go 1.6.3 #49
  • Fix compatibility to Bazel 0.3.0 #43

0.0.3

23 Jun 15:17
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Incompatible Changes

  • linkopts and deps attributes in cgo_library were renamed to clinkopts and cdeps accordingly.

Features

  • Update Go version from 1.6 to 1.6.2
  • Allow Go assembler sources as source files in go_library, cgo_library, go_binary and go_test
  • Add x_defs attribute to go_binary
  • Support building external repositories imported by git_repository or other workspace rules