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.
This commit is contained in:
Ayke van Laethem
2021-08-15 15:22:18 +02:00
committed by Ron Evans
parent 04f520040e
commit 25c7bfd404
9 changed files with 12 additions and 54 deletions
+1 -1
View File
@@ -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