mirror of
https://github.com/vbatts/tar-split.git
synced 2024-11-15 12:58:38 +00:00
travis: update golang versions
Now when golang 1.11 is out, 1.9 and older versions are no longer supported. More to say, since the archive/tar is from go-1.11, it uses some features from new Go versions (strings.Builder and sync.Map) not supported by anything older than Go 1.10. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
a555806af9
commit
3a386a2750
1 changed files with 2 additions and 5 deletions
|
@ -1,11 +1,8 @@
|
|||
language: go
|
||||
go:
|
||||
- tip
|
||||
- 1.x
|
||||
- 1.8.x
|
||||
- 1.7.x
|
||||
- 1.6.x
|
||||
- 1.5.x
|
||||
- 1.11.x
|
||||
- 1.10.x
|
||||
|
||||
# let us have pretty, fast Docker-based Travis workers!
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in a new issue