Update to go1.11
This commit is contained in:
parent
141193136d
commit
60141d398f
|
|
@ -1,7 +1,7 @@
|
||||||
sudo: required
|
sudo: required
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.9
|
- "1.11"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
@ -68,4 +68,4 @@ deploy:
|
||||||
script: bash docker-push.sh
|
script: bash docker-push.sh
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue