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 . && go get [email protected] && go mod tidy && go fix ./... && go mod edit -toolchain=none)
(cd x509roots/fallback && go get [email protected] && go mod tidy && go fix ./... && go mod edit -toolchain=none)

Change-Id: I879bced994b310927c41f820ec272a518aa0c8a5
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/649715
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Auto-Submit: Gopher Robot <[email protected]>
Reviewed-by: Cherry Mui <[email protected]>
  • Loading branch information
gopherbot committed Feb 14, 2025
1 parent e47973b commit 89ff08d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/crypto

go 1.20
go 1.23.0

require (
golang.org/x/net v0.21.0 // tagx:ignore
Expand Down
2 changes: 1 addition & 1 deletion x509roots/fallback/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module golang.org/x/crypto/x509roots/fallback

go 1.20
go 1.23.0

0 comments on commit 89ff08d

Please sign in to comment.