Skip to content

Releases: fubarhouse/ansible-role-golang

Itcuintlipotzotli

22 Feb 11:19
2.10.0
0e23cb8
Compare
Choose a tag to compare
  • Better logic for when Go modules are turned off (#136)
  • Update default Go version (#138, #144, #150)
  • Add configurability for GOPROXY) (#141)
  • Clean up version information checks (Thanks @hardys) (#142)
  • Fixes linting and platform warnings for galaxy
  • Auto-create golang shell profile (Thanks @saleh199) (#148)

Huitzilopochtli

25 Aug 12:02
2.9.0
5ac7be8
Compare
Choose a tag to compare

Golem

09 Jan 11:19
2.8.0
aaab274
Compare
Choose a tag to compare
  • Support for Cosmic Cuttlefish was added.
  • CentOS6 was formally removed due to hindering test times
  • Increased travis_wait on testing suite
  • Changes shell profile to use a string instead of an array with an absolute path
  • Updates Go to 1.11
  • Changes go get package to dep in the default declaration
  • Updates go_get task for compatibility with Go1.11 and later.
  • Updates the shell profile setup mechanism.

Fenrir

01 May 12:22
2.7.3
d566ce7
Compare
Choose a tag to compare
  • [#82] @mpppk Changes state from installed to present
  • Overhauls all the tests and platform support.

Elemental

13 Jan 09:38
2.7.2
be816f8
Compare
Choose a tag to compare
  • Fixes shield/badge for ansible-galaxy
  • Adds MIT license
  • Consolidate multiple shell_exports declarations into one.
  • Adds documentation for go_install and go_reget
  • Updates readme to use YML syntax highlighting.
  • Moves shell_exports declaration into a more appropriate place so the role doesn't fail when GOROOT and GOPATH are undefined.
  • Ensure verification task doesn't fail when the role didn't build from source and the output version is a devel version (instead of having specific version numbers).

Drop Bear

19 Nov 23:47
Compare
Choose a tag to compare

Bug fixes to release 2.7.0 associated to shell exports.

Cyclops

19 Nov 11:04
b07c1b8
Compare
Choose a tag to compare
  • Officially marks Utopic support in the metadata file.
  • Adds $GOROOT/bin to exports
  • Adds $GOPATH to cleanup tasks
  • Fixes a typo causing problems fro $GOROOT_BOOTSTRAP.
  • Adds an uninstall boolean to idempotently remove Go
  • Adds logic to clean installs, where the first run was previously failing.

Bigfoot

28 Oct 00:06
c88a15f
Compare
Choose a tag to compare
  • Removes recursing mode changes to $GOROOT and $GOPATH.

Amarok

22 Sep 05:43
Compare
Choose a tag to compare
  • #66: @markdorison identified a problem during distribution-based extraction installs where files have been removed in newer versions of the Go programming language. This fix introduces a task to remove the contents before copying the new contents in.

Zombie Gopher

22 Sep 05:38
Compare
Choose a tag to compare
  • Audit shell exports
  • Fixes GOROOT/GOPATH paths
  • Fixes syntax deprecation warnings
  • Moves platform-specific tasks into their own files.
  • Moves go1.4 default location to /usr/local/go1.4/
  • Changes paths of travis tests to match the changes of the role
  • Now completely isolates GOPATH from GOROOT and will work with them in separate locations.