Skip to content

Commit

Permalink
all: upgrade go directive to at least 1.23.0 [generated]
Browse files Browse the repository at this point in the history
By now Go 1.24.0 has been released, and Go 1.22 is no longer supported
per the Go Release Policy (https://go.dev/doc/devel/release#policy).

For golang/go#69095.

[git-generate]
(cd example/ivy && go get [email protected] && go mod tidy && go fix ./... && go mod edit -toolchain=none)
(cd . && go get [email protected] && go mod tidy && go fix ./... && go mod edit -toolchain=none)

Change-Id: Icc4624c0ff649e040bef1b068e92b43fdb57c72e
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/649378
Reviewed-by: Cherry Mui <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
  • Loading branch information
gopherbot committed Feb 18, 2025
1 parent ba142f8 commit 21e291c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/ivy/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module golang.org/x/mobile/example/ivy

go 1.17
go 1.23.0

require (
golang.org/x/mobile v0.0.0-20210924032853-1c027f395ef7
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module golang.org/x/mobile

go 1.22.0
go 1.23.0

// The modern go/types type checker produces types.Alias
// types for the explicit representation of type aliases.
Expand Down

0 comments on commit 21e291c

Please sign in to comment.