Skip to content

Commit

Permalink
chore: update go version to 1.22.4 (#2595)
Browse files Browse the repository at this point in the history
## Description
Updates Go version to the latest stable version of `1.22`

https://go.dev/dl/
  • Loading branch information
lucasrod16 committed Jun 7, 2024
1 parent 68a3869 commit 42cbd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 42cbd4e

Please sign in to comment.