Skip to content

v1.0.0 (🍣 Nigiri)

Compare
Choose a tag to compare
@toolmantim toolmantim released this 04 May 06:07
· 99 commits to master since this release
ac49f92

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

  • Adds $GOPATH/bin to $PATH (#5)
  • Sets $GOBIN (#6)

Upgrading

To upgrade, update your pipeline.yml files:

 steps:
   - plugins:
-      go#v0.3.0:
+      gopath-checkout#v1.0.0: