diff options
author | Jakob Unterwurzacher | 2021-08-18 17:52:17 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-08-18 17:52:17 +0200 |
commit | d709f120e143cc444a65775eda3ea5ad60a5a297 (patch) | |
tree | 715c5d694ece89f7afce24371c12031fb440f21b | |
parent | 3343eef8974ff6d5b4cf2649e4eaa77afa13f480 (diff) |
Require Go 1.13
-rw-r--r-- | docs/compile.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/compile.md b/docs/compile.md index 0d12e3a..c4624db 100644 --- a/docs/compile.md +++ b/docs/compile.md @@ -1,7 +1,7 @@ Compile gocryptfs from Source ============================= -Install Go 1.11 or higher: +Install Go 1.13 or higher: * Debian/Ubuntu: `apt install golang` * Fedora: `dnf install golang` |