From c3599745ebabda35c43fbb569acf468f98489f5c Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Thu, 23 Aug 2018 10:50:17 -0700 Subject: Fix Travis to only use Go 1.10 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index be67b6d..4c7bea4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go sudo: false dist: trusty -go: 1.9.x +go: 1.10.x notifications: email: false @@ -40,8 +40,6 @@ jobs: script: - go build github.com/google/fscrypt/cmd/fscrypt - make - - <<: *build - go: 1.8.x - env: Integration Tests sudo: required -- cgit v1.2.3 From 7fb7ad1dc46b9bfc9b80c41dc22658bffaa8351c Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Thu, 23 Aug 2018 10:53:58 -0700 Subject: Update docs to indicate v1.10 is required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/). -- cgit v1.2.3