From 97446019cd22b326fc317b4e54de31f22437c831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 11 Jan 2017 16:02:08 +0000 Subject: [PATCH] Make support for 1.6 explicit We want to support the current version of Go and the one before it. This means 1.7 and 1.6 as of the time of writing. --- .travis.yml | 3 ++- README.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f4bf4f7ae57..b5a90d968fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ -language: go sudo: false +language: go go: + - 1.6.x - 1.7.x services: diff --git a/README.md b/README.md index b937f9bf388..90ea2207b1d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Develop: [![Build Status](https://travis-ci.org/TykTechnologies/tyk.svg?branch=d Tyk is a lightweight, open source API Gateway and Management Platform enables you to control who accesses your API, when they access it and how they access it. Tyk will also record detailed analytics on how your users are interacting with your API and when things go wrong. +Go versions 1.6 or later are supported. + *** ## What is an API Gateway? ##