From cede2676e3213d664ea245d7d1d36ee5525690ca Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Mon, 18 Dec 2023 10:08:34 -0500 Subject: [PATCH] Bump to fix serving/#14732 (#1177) --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2ba6f7c04..990611117 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,9 @@ module knative.dev/net-kourier // 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