diff options
| author | Jonathan Amsterdam <jba@google.com> | 2024-02-01 16:00:51 -0500 |
|---|---|---|
| committer | Jonathan Amsterdam <jba@google.com> | 2024-02-05 16:31:53 +0000 |
| commit | d3fd7ee5803078b775f8c4de6c056e4a360ea2cc (patch) | |
| tree | 366c88044adac9f036ac71d96205dfc5bf0a458f /src/cmd/go.mod | |
| parent | 76ff0caa594bfb76cd3dd39b169da54545cffd64 (diff) | |
| download | go-d3fd7ee5803078b775f8c4de6c056e4a360ea2cc.tar.xz | |
cmd/relnote: fix API relnote check
Fix the check for release note files that correspond to API files
to look in the right directory, doc/next/*stdlib/*minor. Previously
the test looked in doc/next.
Improve the error messages when the test fails to explain the problem
better and refer to further documentation.
(These changes are actually in the x/build repo; this CL vendors
the latest version.)
Lastly, re-enable the check.
For #64169.
Change-Id: I8bba845e9bd12afbe269ce42d6d4b17b1e3c0252
Reviewed-on: https://go-review.googlesource.com/c/go/+/560516
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/cmd/go.mod')
| -rw-r--r-- | src/cmd/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go.mod b/src/cmd/go.mod index 41194f39d9..7b548c79bd 100644 --- a/src/cmd/go.mod +++ b/src/cmd/go.mod @@ -5,7 +5,7 @@ go 1.23 require ( github.com/google/pprof v0.0.0-20230811205829-9131a7e9cc17 golang.org/x/arch v0.7.0 - golang.org/x/build v0.0.0-20240122184708-c291ad69d6be + golang.org/x/build v0.0.0-20240201175143-3ee44a092755 golang.org/x/mod v0.14.0 golang.org/x/sync v0.6.0 golang.org/x/sys v0.16.1-0.20240110015235-f69d32aa924f |
