misc: Support Go 1.13
This commit is contained in:
parent
db18dbb70f
commit
819ffb10ab
|
@ -1,6 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.12
|
- 1.12
|
||||||
|
- 1.13
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- windows
|
- windows
|
||||||
|
@ -14,8 +15,6 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.gimme
|
- $HOME/.gimme
|
||||||
- "$HOME/google-cloud-sdk/"
|
- "$HOME/google-cloud-sdk/"
|
||||||
env:
|
|
||||||
- GO111MODULE=on
|
|
||||||
install:
|
install:
|
||||||
- true
|
- true
|
||||||
script:
|
script:
|
||||||
|
@ -31,13 +30,13 @@ deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
go: 1.12
|
go: 1.13
|
||||||
repo: tus/tusd
|
repo: tus/tusd
|
||||||
os: linux
|
os: linux
|
||||||
- provider: script
|
- provider: script
|
||||||
script: scripts/deploy_kube.sh
|
script: scripts/deploy_kube.sh
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
go: 1.12
|
go: 1.13
|
||||||
repo: tus/tusd
|
repo: tus/tusd
|
||||||
os: linux
|
os: linux
|
||||||
|
|
|
@ -32,7 +32,7 @@ Windows in various formats of the
|
||||||
### Compile from source
|
### Compile from source
|
||||||
|
|
||||||
The only requirement for building tusd is [Go](http://golang.org/doc/install).
|
The only requirement for building tusd is [Go](http://golang.org/doc/install).
|
||||||
Currently only Go 1.12 is tested and supported and in the future only the two latest
|
Currently only Go 1.12 and 1.13 is tested and supported and in the future only the two latest
|
||||||
major releases will be supported.
|
major releases will be supported.
|
||||||
If you meet this criteria, you can clone the git repository, install the remaining
|
If you meet this criteria, you can clone the git repository, install the remaining
|
||||||
dependencies and build the binary:
|
dependencies and build the binary:
|
||||||
|
|
Loading…
Reference in New Issue