diff --git a/example/ivy/go.mod b/example/ivy/go.mod index 8c82200..73d1e43 100644 --- a/example/ivy/go.mod +++ b/example/ivy/go.mod @@ -1,6 +1,6 @@ module golang.org/x/mobile/example/ivy -go 1.23.0 +go 1.24.0 require ( golang.org/x/mobile v0.0.0-20250711185624-d5bb5ecc55c0 diff --git a/go.mod b/go.mod index 100b3b2..7f80d1e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module golang.org/x/mobile -go 1.23.0 +go 1.24.0 // The modern go/types type checker produces types.Alias // types for the explicit representation of type aliases.