From 35b21cc133a55ae5932814c721ef50f79d805c10 Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Mon, 18 Dec 2023 09:53:55 -0500 Subject: [PATCH] Bump to fix serving/#14732 --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f04eeb788c..ccc4a4be96 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,9 @@ module knative.dev/net-istio // 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