From 54f78e7f44cdbea46225be4d4463b048a418f269 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 6 Apr 2023 17:10:59 -0400 Subject: [PATCH] internal/history: fix typo in release table Change-Id: Idcce36399d22b950a982b09ee6d9ac9ada4ab21d Reviewed-on: https://go-review.googlesource.com/c/website/+/482840 Run-TryBot: Russ Cox Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov TryBot-Result: Gopher Robot --- cmd/golangorg/testdata/release.txt | 2 +- internal/history/release.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/golangorg/testdata/release.txt b/cmd/golangorg/testdata/release.txt index 7dc3e4ad..79b443ae 100644 --- a/cmd/golangorg/testdata/release.txt +++ b/cmd/golangorg/testdata/release.txt @@ -323,7 +323,7 @@ trimbody contains security fix to the archive/zip package, as well as bug - fixes to the archive/zip, go/internal/gccgoimporter, html/template, net/http, and runtime/pprof packages. + fixes to the archive/zip, go/internal/gccgoimporter, html/template, net/http, and runtime/pprof packages. See the Go 1.16.8 milestone on our issue tracker for details. diff --git a/internal/history/release.go b/internal/history/release.go index b55051d3..66bd1d79 100644 --- a/internal/history/release.go +++ b/internal/history/release.go @@ -404,7 +404,7 @@ var Releases = []*Release{ Date: Date{2021, 9, 9}, Version: Version{1, 16, 8}, Security: &FixSummary{Quantifier: "a", Packages: []string{"archive/zip"}}, Bug: &FixSummary{ - Packages: []string{"archive/zip, go/internal/gccgoimporter", "html/template", "net/http", "runtime/pprof"}, + Packages: []string{"archive/zip", "go/internal/gccgoimporter", "html/template", "net/http", "runtime/pprof"}, }, }, {