diff --git a/.travis.yml b/.travis.yml index f1c94f6..c2bb234 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,5 @@ language: go go: -- 1.5 -- 1.6 -- 1.7 -- 1.8 -- 1.9 -- "1.10" -- 1.11 - 1.12 sudo: required addons: @@ -18,9 +11,6 @@ cache: directories: - $HOME/.gimme - "$HOME/google-cloud-sdk/" -env: - global: - - GO15VENDOREXPERIMENT=1 install: - true script: diff --git a/README.md b/README.md index 47d0c1c..3febe09 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ Windows in various formats of the ### Compile from source -The only requirement for building tusd is [Go](http://golang.org/doc/install) 1.5 or newer. +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 +major releases will be supported. If you meet this criteria, you can clone the git repository, install the remaining dependencies and build the binary: