diff options
author | Ayke van Laethem <[email protected]> | 2022-06-11 17:24:54 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-08-30 12:38:06 +0200 |
commit | 4695da83b71c291bc89a14dc41c9b9a91a3c6210 (patch) | |
tree | 3b4ed26f336833d4e80f1963e598714c66575bd7 /BUILDING.md | |
parent | f094e895c55204730b0230b3b2f6fc3bb32f325a (diff) | |
download | tinygo-4695da83b71c291bc89a14dc41c9b9a91a3c6210.tar.gz tinygo-4695da83b71c291bc89a14dc41c9b9a91a3c6210.zip |
all: drop support for Go 1.16 and Go 1.17
Diffstat (limited to 'BUILDING.md')
-rw-r--r-- | BUILDING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md index 1c1b79455..6c320c541 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -18,7 +18,7 @@ tarball. If you want to help with development of TinyGo itself, you should follo LLVM, Clang and LLD are quite light on dependencies, requiring only standard build tools to be built. Go is of course necessary to build TinyGo itself. - * Go (1.16+) + * Go (1.18+) * Standard build tools (gcc/clang) * git * CMake |