From 6667b53588d15f3c8c519f0d1802d282e163381f Mon Sep 17 00:00:00 2001 From: Hanzei Date: Fri, 25 May 2018 17:34:50 +0200 Subject: [PATCH] Drop go 1.6 & 1.7 support (#68) --- .travis.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c2570b..5d0647a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: go go: - - "1.6" - "1.7" - "1.8" - "1.9" diff --git a/README.md b/README.md index 8fc8fa2..1333e31 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ To update Objx to the latest version, run: go get -u github.com/stretchr/objx ### Supported go versions -We support the lastest four major Go versions, which are 1.6, 1.7, 1.8 and 1.9 at the moment. +We support the lastest three major Go versions, which are 1.8, 1.9 and 1.10 at the moment. ## Contributing Please feel free to submit issues, fork the repository and send pull requests!