Build: set 1.17 as minimum supported Go version (#3461)

This commit is contained in:
Oleksandr Redko
2024-09-16 20:21:43 +03:00
committed by GitHub
parent e6d4e37922
commit a3211dce57
6 changed files with 18 additions and 14 deletions

View File

@@ -162,7 +162,7 @@ Without these tools installed, micro will use an internal clipboard for copy and
If your operating system does not have a binary release, but does run Go, you can build from source.
Make sure that you have Go version 1.16 or greater and Go modules are enabled.
Make sure that you have Go version 1.17 or greater and Go modules are enabled.
```
git clone https://github.com/zyedidia/micro