Skip to content

Commit

Permalink
Make support for 1.6 explicit
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mvdan committed Jan 11, 2017
1 parent c0f8286 commit 9744601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: go
sudo: false
language: go

go:
- 1.6.x
- 1.7.x

services:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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? ##
Expand Down

0 comments on commit 9744601

Please sign in to comment.