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
@@ -1,6 +1,6 @@
module github.com/tinygo-org/tinygo
go 1.13
go 1.15
require (
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2