From da7af440609229b269bea41a8041cb25da4f12e8 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 22 Mar 2017 15:52:44 +0100 Subject: build: require Go >= 1.7 We have decided to bump the requirement to Go 1.7 because it enables subtests and allows dropping backwards-compatibility code. This is in line with Go's support policy. Go 1.6 and earlier no longer receive security updates. --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 64343625d..5f3ff9d16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,14 +3,6 @@ go_import_path: github.com/ethereum/go-ethereum sudo: false matrix: include: - - os: linux - dist: trusty - go: 1.5.4 - env: - - GO15VENDOREXPERIMENT=1 - - os: linux - dist: trusty - go: 1.6.2 - os: linux dist: trusty go: 1.7.5 -- cgit v1.2.3