aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2018-08-23 10:59:35 -0700
committerGitHub <noreply@github.com>2018-08-23 10:59:35 -0700
commitd4d88e16b54eaa9ba2a8dcb07ba545b60f4d4208 (patch)
tree14db1ef1d6b2ae19e6ad20e9f683ece46793cd29 /README.md
parent75a59da2c5724ca4faf148e50e3c772310287bf3 (diff)
parent7fb7ad1dc46b9bfc9b80c41dc22658bffaa8351c (diff)
Merge pull request #104 from google/travis
Fix Travis to only use Go 1.10
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7d647d8..88ec6ad 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ information about each of the commands.
## Building and Installing
fscrypt has a minimal set of build dependencies:
-* [Go](https://golang.org/doc/install)
+* [Go](https://golang.org/doc/install) 1.10 or higher
* A C compiler (`gcc` or `clang`)
* `make`
* Headers for [`libpam`](http://www.linux-pam.org/).