From de82167c01cfecf994f52d1e08817f321d07a0c8 Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Mon, 27 Feb 2023 14:22:53 -0500 Subject: [PATCH] [release-1.8] trigger to build release with go1.19.6 (#882) * gofmt with go1.19 * trigger release so we build with go1.19.6 --- go.mod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ab0e3ac3c..a77ea78e7 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,7 @@ module knative.dev/net-contour -// 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/L_3rmdT0BMU +// Trigger build +// see: https://github.com/knative/serving/issues/13747 go 1.18 require (