Skip to content

Releases: buildkite-plugins/gopath-checkout-buildkite-plugin

v2.0.0 (✨ Beautiful night)

28 Jan 00:10
b62c7a9
Compare
Choose a tag to compare

Changed

  • Update buildkite plugin docker-compose to v3.0.3 (#33) @renovate
  • Update buildkite plugin docker-compose to v3.0.2 (#32) @renovate
  • Update buildkite plugin docker-compose to v3.0.1 (#31) @renovate
  • Update buildkite plugin docker-compose to v3 (#30) @renovate
  • Update buildkite/plugin-tester:latest Docker digest to 235385e (#28) @renovate
  • Update buildkite/plugin-tester:latest Docker digest to ee0d1ad (#27) @renovate
  • Update buildkite plugin shellcheck to v1.1.2 (#25) @renovate
  • Update buildkite plugin docker-compose to v2.6.0 (#26) @renovate
  • Update buildkite/plugin-tester:latest Docker digest to 38c4bc (#24) @renovate
  • Update buildkite plugin shellcheck to v1.1.1 (#23) @renovate
  • Update buildkite/plugin-tester:latest Docker digest to 708ad1 (#22) @renovate
  • Update buildkite plugin docker-compose to v2.5.1 (#21) @renovate
  • Update buildkite/plugin-tester:latest Docker digest to 7c2d08 (#20) @renovate
  • Update buildkite plugin docker-compose to v2.5.0 (#19) @renovate
  • Update buildkite plugin docker-compose to v2.4.1 (#18) @renovate

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: go test
    plugins:
-     gopath-checkout#v1.0.1:
+     gopath-checkout#2.0.0:
        import: github.com/my-org/my-project

v1.0.1 (🐠 Fish Food)

13 Jun 13:21
4c755af
Compare
Choose a tag to compare

Changed

Upgrading

To upgrade, update your pipeline.yml files:

 steps:
   - plugins:
-      gopath-checkout#v1.0.0:
+      gopath-checkout#v1.0.1:

v1.0.0 (🍣 Nigiri)

04 May 06:07
ac49f92
Compare
Choose a tag to compare

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: