go.*: upgrade golang.org/x/tools to v0.30.0, Go to 1.22

Fixes #4884 by upgrading the ssa package.

The fix is in v0.26.0, which also bumps the minimum Go to 1.22. The
latest x/tools module still depending on 1.22 is v0.30.0.
This commit is contained in:
Elias Naur
2025-05-03 16:39:30 +02:00
committed by Ron Evans
parent edaf877056
commit c4ef38fbf9
4 changed files with 26 additions and 21 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
module github.com/tinygo-org/tinygo
go 1.19
go 1.22.0
require (
github.com/aykevl/go-wasm v0.0.2-0.20240825160117-b76c3f9f0982
@@ -16,9 +16,9 @@ require (
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3
github.com/tetratelabs/wazero v1.6.0
go.bug.st/serial v1.6.0
golang.org/x/net v0.26.0
golang.org/x/sys v0.21.0
golang.org/x/tools v0.22.1-0.20240621165957-db513b091504
golang.org/x/net v0.35.0
golang.org/x/sys v0.30.0
golang.org/x/tools v0.30.0
gopkg.in/yaml.v2 v2.4.0
tinygo.org/x/go-llvm v0.0.0-20250422114502-b8f170971e74
)
@@ -33,5 +33,5 @@ require (
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/text v0.22.0 // indirect
)