This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
Releases: cedrickring/golang-action
Releases · cedrickring/golang-action
Golang Action 1.7.0
- Make Go 1.16 the default version for this action
v2.0.0-beta.2
- Fix semver script
v2.0.0-beta
- Drop support for versions older than 2 releases (closes #32)
- Change version pattern to
v2.x.x
(reflects #14) - Use parameters from inputs (customCommand & projectPath)
- Drop
dep
support as of go version 1.15 - Drop support for projects inside
$GOPATH
(as go-modules are the go-to solution), thus$IMPORT_PATH
has been removed
Golang Action 1.6.0
Default Golang version is now 1.15
Golang Action 1.5.2
Update workflows (#29) * Update workflows * Add check target to test all golang versions * Fix makefile * Testing * Install dockerlint * Undo tests * Test permissions * Exit with code 1 when docker check fails * Exit with code 1 when docker check fails * Revert permissions
Add action.yml
1.5.1 Update README.md
Golang Action 1.5.0
- Default Golang version is now 1.14
- Updated dep from 0.5.0 to 0.5.4
Golang Action 1.4.1
- Fix permissions of
entrypoint.sh
Golang Action 1.4.0
- Default Golang version is now 1.13
Golang Action 1.3.0
- Default Golang version is now
1.12