commit e5f284ca56d92b1d4b48c1265e065486fea70396 Author: Arlo Breault arlolra@gmail.com Date: Wed Mar 9 13:08:36 2016 -0800
Update for go1.6 --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index 6b49a19..ec7038a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: go
go: - 1.5 + - 1.6
env: - TRAVIS_NODE_VERSION="4.1" diff --git a/README.md b/README.md index 1316003..714055b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This should start the client plugin, bootstrapping to 100% using WebRTC.
Client: - [go-webrtc](https://github.com/keroserene/go-webrtc). -- Go 1.5.* (1.6 is not yet supported. See [Issue #22](https://github.com/keroserene/snowflake/issues/22)) +- Go 1.5+
Proxy: - [CoffeeScript](coffeescript.org)
tor-commits@lists.torproject.org