Remove Go 1.2 as supported target
This commit is contained in:
parent
075cc584e3
commit
35e024c736
|
@ -1,6 +1,5 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.2
|
|
||||||
- 1.3
|
- 1.3
|
||||||
- 1.4
|
- 1.4
|
||||||
- 1.5
|
- 1.5
|
||||||
|
|
|
@ -15,7 +15,7 @@ moment allowing to continue seamlessly after e.g. network interruptions.
|
||||||
|
|
||||||
**Requirements:**
|
**Requirements:**
|
||||||
|
|
||||||
* [Go](http://golang.org/doc/install) (1.2 or newer)
|
* [Go](http://golang.org/doc/install) (1.3 or newer)
|
||||||
|
|
||||||
**Running tusd from source:**
|
**Running tusd from source:**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue