From b24e4ccd245861f7537f17c3e01be2cbefb1b29e Mon Sep 17 00:00:00 2001 From: Joseph Richey Date: Fri, 25 Oct 2019 17:15:27 -0700 Subject: Delete vendored code and update CI to Go 1.13 (#158) As the Go community transitions to using the modules ecosystem, we want to only support one way of managing dependencies. So this change moves to only using Go modules for dependency management. This means that our effective minimum Go version increases to Go 1.11. To account for this, we also update: - the documentation - Makefile - CI scripts --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a88b546..017d025 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,8 @@ information about each of the commands. ## Building and Installing fscrypt has a minimal set of build dependencies: -* [Go](https://golang.org/doc/install) 1.10 or higher +* [Go](https://golang.org/doc/install) 1.11 or higher. Older versions may work + but they are not tested or supported. * A C compiler (`gcc` or `clang`) * `make` * Headers for [`libpam`](http://www.linux-pam.org/). -- cgit v1.2.3