chore: Deploy tusd on Go 1.12

This commit is contained in:
Marius 2019-05-20 22:53:39 +02:00
parent 12914032e5
commit fd2926cf60
1 changed files with 2 additions and 2 deletions

View File

@ -42,11 +42,11 @@ deploy:
skip_cleanup: true skip_cleanup: true
on: on:
tags: true tags: true
go: 1.8 go: 1.12
repo: tus/tusd repo: tus/tusd
- provider: script - provider: script
script: .scripts/deploy_gcloud.sh script: .scripts/deploy_gcloud.sh
on: on:
branch: master branch: master
go: 1.8 go: 1.12
repo: tus/tusd repo: tus/tusd