Releases: danielparks/puppet-golang
Releases · danielparks/puppet-golang
1.0.7: Bump Go version to 1.19.1
- Latest Go version (1.19.1) installed by default.
1.0.6: Bump go version
- 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
- 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
- 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
- Bump Go version.
- Raspberry Pi 4 support.
Go 1.13.4
- 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.