aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2023-09-09 15:52:08 -0700
committerEric Biggers <ebiggers@google.com>2023-09-09 15:54:30 -0700
commit43869584b3c9f9acade09d2d35b20e69623d98f8 (patch)
tree88fb13e08bc0cfdcf5d03cea932f006444ca2033 /README.md
parent1ecdfe03ac24088be4b13b6119c5246c75d9e6d9 (diff)
Bump up required Go version to 1.18
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 323158e..c769dd8 100644
--- a/README.md
+++ b/README.md
@@ -208,7 +208,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.16 or higher. Older versions may work
+* [Go](https://golang.org/doc/install) 1.18 or higher. Older versions may work
but they are not tested or supported.
* A C compiler (`gcc` or `clang`)
* `make`