Skip to content

Releases: danielparks/puppet-golang

1.0.7: Bump Go version to 1.19.1

16 Sep 01:46
v1.0.7
bbc6abe
Compare
Choose a tag to compare
  • Latest Go version (1.19.1) installed by default.

1.0.6: Bump go version

09 Jul 06:07
e1586bc
Compare
Choose a tag to compare
  • Latest Go version (1.18.3) installed by default.
  • Updated to use the current Go domain (golang.org → go.dev).
  • Metadata updated to support the most recent version of puppet/archive.

1.0.4: Bump go version

14 Aug 13:47
v1.0.4
2524a34
Compare
Choose a tag to compare
  • Latest Go version (1.16.7) installed by default.
  • No longer links godoc since it’s not included with go.
  • Compatible with most recent version of puppet/archive.

1.0.3: Better ARM support

21 Jan 00:58
v1.0.3
eebf65a
Compare
Choose a tag to compare
  • In 1.0.2 I incorrectly set the default for 64-bit ARM to use the 32-bit armv6l binaries. This corrects it to use the arm64 binaries.
  • This changes the default on 32 bit ARM platforms to download the armv6l binaries. This makes installation on the Raspberry PIs prior to the 4 more convenient.

1.0.2

20 Jan 06:57
v1.0.2
bf18f6f
Compare
Choose a tag to compare
  • Bump Go version.
  • Raspberry Pi 4 support.

Go 1.13.4

03 Dec 00:30
v1.0.1
7e3f908
Compare
Choose a tag to compare
  • Updated to latest Go version (1.13.4).
  • Bump yard version for security update. Only important for building REFERENCE.md.
  • pdk update and a lint fix.