From 5a16f379e15173e5c933a065cced9dfd78bdc747 Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Mon, 18 Dec 2023 10:02:40 -0500 Subject: [PATCH 1/2] Bump to fix serving/#14732 --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e31f4537f..945c08861 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,9 @@ module knative.dev/net-http01 // 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 From 52d47ea26da7bd438365d3a1936248e301d46794 Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Mon, 18 Dec 2023 10:14:56 -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 945c08861..c4862bef8 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module knative.dev/net-http01 // 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