diff options
author | Dan Kegel <[email protected]> | 2022-05-01 08:04:05 -0700 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-05-03 05:36:55 +0200 |
commit | e87cd23e873cc4dc19d7563ba01e95e295707f36 (patch) | |
tree | 55877ca031d04a477ccd32bf2967e403fc0fad91 /BUILDING.md | |
parent | db389ba443c274c5d24e771e7bd5f7ab56866cae (diff) | |
download | tinygo-e87cd23e873cc4dc19d7563ba01e95e295707f36.tar.gz tinygo-e87cd23e873cc4dc19d7563ba01e95e295707f36.zip |
os: Drop support for go 1.15
1.15 specific files deleted.
1.16 specific files folded carefully into generic files, with goal of reducing diff with upstream.
Follows upstream 1.16 in making PathError etc. be aliases for the same errors in io/fs.
This fixes #2817 and lets us add io/ioutil to "make test-tinygo" on linux and mac.
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 16d5c7149..1c1b79455 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.15+) + * Go (1.16+) * Standard build tools (gcc/clang) * git * CMake |