commit | f060e16ef6180dd29cfa2a803bd919f05ad55a88 | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Wed Aug 13 14:21:53 2025 +0000 |
committer | Gopher Robot <gobot@golang.org> | Wed Aug 13 07:52:36 2025 -0700 |
tree | a5001a0ebda87a41fbeb7627beb6b35f02eea7c6 | |
parent | f8a9fe217cff893cb67f4acad96a0021c13ee6e7 [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: Iaf9ab7594a9753cdf89db18522dc0c80180cfa60 Reviewed-on: https://go-review.googlesource.com/c/mod/+/695775 Reviewed-by: David Chase <drchase@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This repository holds packages for writing tools that work directly with Go module mechanics. That is, it is for direct manipulation of Go modules themselves.
It is NOT about supporting general development tools that need to do things like load packages in module mode. That use case, where modules are incidental rather than the focus, should remain in x/tools, specifically x/tools/go/packages.
The specific case of loading packages should still be done by invoking the go command, which remains the single point of truth for package loading algorithms.