Skip to content

v1.4.0 (☀️ Sunny Day)

Latest
Compare
Choose a tag to compare
@pzeballos pzeballos released this 16 Mar 13:05
· 20 commits to master since this release
6386c9e

Changes

  • Fix go version may be passed to the go-buildkite-plugin as a number and not a string (#45) @triarius

Dependency Updates

  • Update buildkite/plugin-tester Docker tag to v4 (#44)
  • Update buildkite plugin plugin-linter to v3.1.0 (#47)
  • Update buildkite plugin docker-compose to v4.11.0 (#46)

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     - golang-cross-compile#v1.3.0:
+     - golang-cross-compile#v1.4.0:
          build: main.go
          import: github.com/buildkite/example