all: drop support for Go 1.18

Go 1.18 has been unsupported for quite a while now (the oldest supported
version is Go 1.21). But more importantly, the golang.org/x/tools module
now requires Go 1.19 or later. So we'll drop this older version.
This commit is contained in:
Ayke van Laethem
2024-06-12 13:28:30 +02:00
committed by Ron Evans
parent 880e940417
commit 077b35e9ad
5 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/tinygo-org/tinygo
go 1.18
go 1.19
require (
github.com/aykevl/go-wasm v0.0.2-0.20240312204833-50275154210c