From 704dc269642bb455a9b522119f7b5b9a501802f5 Mon Sep 17 00:00:00 2001 From: Lucas Rodriguez Date: Thu, 6 Jun 2024 15:33:44 -0500 Subject: [PATCH] chore: update go version to 1.22.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 137284437c..e1402df1b9 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