v1.0.0 (🍣 Nigiri)
Changed
- Renamed from "go" to "gopath-checkout". The new plugin name is to make the scope and purpose of the plugin clearer. Most people would probably want to run and build go projects using Docker, but this project is for people wanting to run raw Go commands on their agent machine.
Added
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- go#v0.3.0:
+ gopath-checkout#v1.0.0: