From 264d7e900255ec56ebffe88db0caf82862c390a0 Mon Sep 17 00:00:00 2001 From: pritidesai Date: Thu, 23 Feb 2023 09:18:53 -0800 Subject: [PATCH] upgrading Go to 1.19 We switched to GO 1.18 in August, 2022 which is now EOL. Our CI has switched to start running with Go 1.19. Given these two motivations, upgrading pipelines to use 1.19 Signed-off-by: pritidesai --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3a459b77d63..e709f571fa3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/tektoncd/pipeline -go 1.18 +go 1.19 require ( github.com/Microsoft/go-winio v0.6.0 // indirect