From 42cbd4e2ed27819aed1bcc90d15351bbd6b4677b Mon Sep 17 00:00:00 2001 From: Lucas Rodriguez Date: Fri, 7 Jun 2024 10:59:49 -0500 Subject: [PATCH] chore: update go version to 1.22.4 (#2595) ## Description Updates Go version to the latest stable version of `1.22` https://go.dev/dl/ --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cc839e69ef..5af4b55f94 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/defenseunicorns/zarf -go 1.21.8 +go 1.22.4 // TODO (@AABRO): Pending merge into github.com/gojsonschema/gojsonschema (https://github.com/gojsonschema/gojsonschema/pull/5) replace github.com/xeipuuv/gojsonschema => github.com/defenseunicorns/gojsonschema v0.0.0-20231116163348-e00f069122d6