mirror of
https://github.com/steinhobelgruen/netatmo-exporter.git
synced 2024-11-21 17:03:56 +00:00
Update Go version used for build.
This commit is contained in:
parent
db1b9c8066
commit
057da436dd
|
@ -3,10 +3,10 @@ image_resource:
|
||||||
type: docker-image
|
type: docker-image
|
||||||
source:
|
source:
|
||||||
repository: golang
|
repository: golang
|
||||||
tag: 1.10.0
|
tag: 1.11.0
|
||||||
inputs:
|
inputs:
|
||||||
- name: source
|
- name: source
|
||||||
outputs:
|
outputs:
|
||||||
- name: binaries
|
- name: binaries
|
||||||
run:
|
run:
|
||||||
path: source/_ci/build.sh
|
path: source/_ci/build.sh
|
||||||
|
|
Loading…
Reference in a new issue