aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2022-04-08 16:23:54 -0700
committerGitHub <noreply@github.com>2022-04-08 16:23:54 -0700
commit896549fa52002a65436625ad4fd7743b444f1135 (patch)
treebdc0134d83ac36aa3c2ff99a6a7e23a27a049ee7 /README.md
parentf28f2be05de938b1c2da7a88569bf6611250a9e2 (diff)
parent657a1f0f44b61725f1b8041bceef6f262ffcb770 (diff)
Merge pull request #353 from google/go-version
Bump up required Go version to 1.16
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 eff9ecf..e9896fc 100644
--- a/README.md
+++ b/README.md
@@ -215,7 +215,7 @@ information about each of the commands.
## Building and installing
`fscrypt` has a minimal set of build dependencies:
-* [Go](https://golang.org/doc/install) 1.11 or higher. Older versions may work
+* [Go](https://golang.org/doc/install) 1.16 or higher. Older versions may work
but they are not tested or supported.
* A C compiler (`gcc` or `clang`)
* `make`