mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2025-01-13 04:00:19 +01:00
.travis.yaml: test build for go v1.16.X
This commit is contained in:
parent
ccef887edf
commit
644c3a1d23
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ go:
|
||||||
- 1.13.x
|
- 1.13.x
|
||||||
- 1.14.x
|
- 1.14.x
|
||||||
- 1.15.x
|
- 1.15.x
|
||||||
|
- 1.16.x
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -45,4 +46,4 @@ deploy:
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
go: 1.15.x
|
go: 1.15.x
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
Loading…
Reference in a new issue