From da1528eeb808decc0d75491a9068d8c8dbadf6cd Mon Sep 17 00:00:00 2001 From: Justin Li Date: Thu, 29 Jan 2015 12:14:01 -0500 Subject: [PATCH] build: Run Go 1.4 on travis --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e449886..7f10281 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go -go: 1.3 +go: 1.4 before_install: - go get github.com/tools/godep diff --git a/README.md b/README.md index c06569c..8707526 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ use-cases). ## Building & Installing -Chihaya requires Go 1.3, [Godep], and a [Go environment] previously setup. +Chihaya requires Go 1.4, [Godep], and a [Go environment] previously setup. [Godep]: https://github.com/tools/godep [Go environment]: https://golang.org/doc/code.html