| commit | b0e58da7edbe5ba3d512010bae73b3fa63b7f95e | [log] [tgz] |
|---|---|---|
| author | Gopher Robot <gobot@golang.org> | Wed Aug 13 14:21:33 2025 +0000 |
| committer | Gopher Robot <gobot@golang.org> | Wed Aug 13 07:42:49 2025 -0700 |
| tree | 9d55b4443e253c1cf9d3b2b6c0a1a3e0c037830d | |
| parent | 7e03a99967c330902a86c46b243d084ef6f11ba3 [diff] |
all: upgrade go directive to at least 1.24.0 [generated] By now Go 1.25.0 has been released, and Go 1.23 is no longer supported per the Go Release Policy (see https://go.dev/doc/devel/release#policy). For golang/go#69095. [git-generate] (cd . && go get go@1.24.0 && go mod tidy && go fix ./... && go mod edit -toolchain=none) Change-Id: I591f022030f4a57d9f92eb44a1893ffe4db0b9c7 Reviewed-on: https://go-review.googlesource.com/c/debug/+/695536 Auto-Submit: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.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.