Przeglądaj źródła

Merge branch 'master' of github.com:Psiphon-Labs/psiphon-tunnel-core into console-client-docker

Conflicts:
	README.md
Michael Goldberger 10 lat temu
rodzic
commit
91f9fe8ae2
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      .travis.yml
  2. 1 1
      README.md

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: go
 go:
-- 1.4
+- 1.5
 addons:
   apt_packages:
     - libx11-dev

+ 1 - 1
README.md

@@ -20,7 +20,7 @@ Setup
 
 #### Build
 
-* Go 1.4 (or higher) is required.
+* Go 1.5 (or higher) is required.
 * This project builds and runs on recent versions of Windows, Linux, and Mac OS X.
 * Note that the `psiphon` package is imported using the absolute path `github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon`; without further local configuration, `go` will use this version of the code and not the local copy in the repository.
 * In this repository, run `go build` in `ConsoleClient` to make the `ConsoleClient` binary, a console Psiphon client application.