diff options
| author | Eric Biggers <ebiggers@google.com> | 2025-11-04 09:54:42 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2025-11-04 13:39:07 -0800 |
| commit | 46f05811803b231ce107e04bb367beee85bfce83 (patch) | |
| tree | 5f46a118946e4ca1179b44e8e9bb28996d62b7eb /README.md | |
| parent | 827c13689b39814552a3a18449f922b123725b49 (diff) | |
Bump up required Go version to 1.23
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -224,7 +224,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.18 or higher. Older versions may work +* [Go](https://golang.org/doc/install) 1.23 or higher. Older versions may work but they are not tested or supported. * A C compiler (`gcc` or `clang`) * `make` |