Skip to content

Commit

Permalink
CI: drop 1.7, add 1.9beta2
Browse files Browse the repository at this point in the history
Keep LATEST_GO at the stable version for now. Update the README too.
  • Loading branch information
mvdan authored and buger committed Jul 5, 2017
1 parent e20e4dc commit 58deef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ addons:

matrix:
include:
- go: 1.7.x
- go: 1.8.x
env: LATEST_GO=true # run linters and report coverage
- go: 1.9beta2

services:
- redis-server
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
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 version 1.7 or later is required to build. Tyk is officially
supported on `linux/amd64`, `linux/i386` and `linux/arm64`.
Go version 1.8 or later is required to build `master`, the current
development version. Tyk is officially supported on `linux/amd64`,
`linux/i386` and `linux/arm64`.

## What is an API Gateway?

Expand Down

0 comments on commit 58deef1

Please sign in to comment.