2018-02-18 00:00:39 +00:00
|
|
|
platform: linux
|
|
|
|
image_resource:
|
|
|
|
type: docker-image
|
|
|
|
source:
|
|
|
|
repository: golang
|
2018-09-01 22:19:13 +00:00
|
|
|
tag: 1.11.0
|
2018-02-18 00:00:39 +00:00
|
|
|
inputs:
|
|
|
|
- name: source
|
|
|
|
outputs:
|
|
|
|
- name: binaries
|
|
|
|
run:
|
2018-09-01 22:19:13 +00:00
|
|
|
path: source/_ci/build.sh
|