From 18c24f83f439f67985fa470566343df063d74a00 Mon Sep 17 00:00:00 2001 From: Marius Date: Tue, 11 Jun 2019 16:33:12 +0200 Subject: [PATCH] misc: Drop support for versions before Go 1.12 --- .travis.yml | 10 ---------- README.md | 4 +++- 2 files changed, 3 insertions(+), 11 deletions(-) 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: