diff options
| author | Sean Liao <sean@liao.dev> | 2026-03-17 15:17:45 +0000 |
|---|---|---|
| committer | Alan Donovan <adonovan@google.com> | 2026-03-17 09:55:33 -0700 |
| commit | 34ff24cb4bf4a5c27e6eb474f22a12ef7ea2a22d (patch) | |
| tree | f7a03566b1bcaf85366276e419354e543cd67803 | |
| parent | 0888303b2f7d67a16b6a4fc53c592d15a0f82109 (diff) | |
| download | go-34ff24cb4bf4a5c27e6eb474f22a12ef7ea2a22d.tar.xz | |
doc/next: add release notes for enabling stdversion in tests
For CL 755240
For #77729
Change-Id: I8e3cd744bce0e7807fb403f0b391a1442a79adcc
Reviewed-on: https://go-review.googlesource.com/c/go/+/756040
Reviewed-by: Alan Donovan <adonovan@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
| -rw-r--r-- | doc/next/3-tools.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/next/3-tools.md b/doc/next/3-tools.md index 5638f240a5..ac7d5c18f8 100644 --- a/doc/next/3-tools.md +++ b/doc/next/3-tools.md @@ -2,5 +2,10 @@ ### Go command {#go-command} +`go test` now invokes the stdversion vet check by default. +This reports the use of standard library symbols that are too new +for the Go version in force in the referring file, +as determined by `go` directive in `go.mod` and build tags on the file. + ### Cgo {#cgo} |
