aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-07-23 17:56:57 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-07-23 17:56:57 +0100
commit7140e1fa4a5c505dc16b443a05573ed8d283f499 (patch)
tree7e7b6b4e7ba5834b0f858a8dc75ddbee29b8a204
parent3c7ee7074701bebcc10df49f6d3b501b4cb265e2 (diff)
downloadmicro-lang-main.tar.gz
micro-lang-main.zip
Go 1.18 at leastHEADmain
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b7bda3f..c5fb00b 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ There's a plugin to provide syntax highlighting in vim. The proposed extension f
## How to build
-Micro requires Go can be built with:
+Micro requires Go 1.18 (or later) can be built with:
```
$ git clone https://git.usebox.net/micro-lang
$ cd micro-lang