aboutsummaryrefslogtreecommitdiff
path: root/doc/next
diff options
context:
space:
mode:
authorSean Liao <sean@liao.dev>2026-03-17 15:17:45 +0000
committerAlan Donovan <adonovan@google.com>2026-03-17 09:55:33 -0700
commit34ff24cb4bf4a5c27e6eb474f22a12ef7ea2a22d (patch)
treef7a03566b1bcaf85366276e419354e543cd67803 /doc/next
parent0888303b2f7d67a16b6a4fc53c592d15a0f82109 (diff)
downloadgo-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>
Diffstat (limited to 'doc/next')
-rw-r--r--doc/next/3-tools.md5
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}