From e4079160425a90fc79edd8ad63aa54cc532ccb8d Mon Sep 17 00:00:00 2001 From: Julio <1953782+julio-lopez@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:00:09 -0700 Subject: [PATCH] chore(ci): upgrade Go to 1.21 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1e1c90b..46e647f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kastenhq/kubestr -go 1.19 +go 1.21 replace github.com/graymeta/stow => github.com/kastenhq/stow v0.1.2-kasten