From b81a57d126085d50889c325714f1876c1e0217e9 Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Mon, 18 Dec 2023 10:49:12 -0500 Subject: [PATCH] [release-1.11] Bump to fix serving/#14732 (#576) * Bump to fix serving/#14732 * 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..c4862bef8 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