From 75c014ad10277fa4367f63333e7c6e3cd754550f Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Mon, 18 Dec 2023 09:43:04 -0500 Subject: [PATCH 1/2] Bump to fix #14732 --- go.mod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 88f823f10f6d..ea2a55d35802 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,9 @@ module knative.dev/serving // This comment was added so CI would trigger a point release with a // newer version of Go -// Fixes: https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo - +// Fixes: +// - https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo +// - https://github.com/knative/serving/issues/14732 go 1.18 require ( From f4f7b92604ee1948163ac2797a8e926cba06f5aa Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Mon, 18 Dec 2023 10:12:03 -0500 Subject: [PATCH 2/2] Bump to fix serving/#14732 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ea2a55d35802..1ac99ab1a19a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module knative.dev/serving // This comment was added so CI would trigger a point release with a // newer version of Go -// Fixes: +// Fixes: // - https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo // - https://github.com/knative/serving/issues/14732 go 1.18