| commit | 9ba41c6eb8c24e41ad7169376d2ac01d7b21864d | [log] [tgz] |
|---|---|---|
| author | Gopher Robot <gobot@golang.org> | Fri Feb 14 20:38:46 2025 +0000 |
| committer | Gopher Robot <gobot@golang.org> | Fri Feb 14 12:50:07 2025 -0800 |
| tree | 85059dc50692c15dc1e08bbdf20673a6fe666924 | |
| parent | aabb5e0f5ac8858fdea71192a5594f2dfb39bc2b [diff] |
all: upgrade go directive to at least 1.23.0 [generated] 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 go@1.23.0 && go mod tidy && go fix ./... && go mod edit -toolchain=none) Change-Id: Ibe84e05e8e72e6670d901ebf498216d0945b8d3f Reviewed-on: https://go-review.googlesource.com/c/debug/+/649755 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This repository holds utilities and libraries for debugging Go programs.
WARNING! Please expect breaking changes and unstable APIs. Most of them are currently are at an early, experimental stage.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/debug.
The main issue tracker for the debug repository is located at https://go.dev/issues. Prefix your issue with “x/debug:” in the subject line, so it is easy to find.