From c8ef13ba6c7650db905ad86c8efd1071794f17e9 Mon Sep 17 00:00:00 2001 From: Radu Berinde Date: Mon, 11 Oct 2021 20:51:37 -0700 Subject: [PATCH] goschedstats: update comment I have checked that the structures still match go1.17.2. Release note: None Fixes #66418. --- pkg/util/goschedstats/runtime_go1.16.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/util/goschedstats/runtime_go1.16.go b/pkg/util/goschedstats/runtime_go1.16.go index 92a8b8d8c29e..638e012cb9a8 100644 --- a/pkg/util/goschedstats/runtime_go1.16.go +++ b/pkg/util/goschedstats/runtime_go1.16.go @@ -9,9 +9,8 @@ // licenses/APL.txt. // // The structure definitions in this file have been cross-checked against -// go1.16, and go1.17beta1 (needs revalidation). Before allowing newer -// versions, please check that the structures still match with those in -// go/src/runtime. +// go1.16, and go1.17. Before allowing newer versions, please check that the +// structures still match with those in go/src/runtime. //go:build gc && go1.16 && !go1.18 // +build gc,go1.16,!go1.18