From 6c2144d77e7c549e72cb7c028f469b99baaa2e4e Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Tue, 14 May 2024 12:09:08 +0100 Subject: [PATCH] chore: Update go version to 1.22.0 in go.mod file --- InfrastructureAgent/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InfrastructureAgent/go.mod b/InfrastructureAgent/go.mod index 55eeae53cb..56708434f9 100644 --- a/InfrastructureAgent/go.mod +++ b/InfrastructureAgent/go.mod @@ -1,6 +1,6 @@ module oneuptime-infrastructure-agent -go 1.22 +go 1.22.0 require ( github.com/go-co-op/gocron/v2 v2.4.1