diff options
author | Ayke van Laethem <[email protected]> | 2021-08-15 15:22:18 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-08-16 21:19:26 +0200 |
commit | 25c7bfd404448a159a52f41930ac210bca6f1b53 (patch) | |
tree | 824566580cec6327d35c03a7f652e53b3401820e /BUILDING.md | |
parent | 04f520040e6d60ace0728d0016cbe1e75bc44f71 (diff) | |
download | tinygo-25c7bfd404448a159a52f41930ac210bca6f1b53.tar.gz tinygo-25c7bfd404448a159a52f41930ac210bca6f1b53.zip |
ci: drop support for Go 1.13 and 1.14
They aren't supported anymore in CI, and because untested code is broken
code, let's remove support for these Go versions altogether.
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 8439c32c8..22dd87ec1 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -23,7 +23,7 @@ different guide: 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.13+) + * Go (1.15+) * Standard build tools (gcc/clang) * git * CMake |