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/
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
  • Loading branch information
Lucas Rodriguez authored and AustinAbro321 committed Jul 23, 2024
1 parent c9dfa99 commit a98fce8
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 a98fce8

Please sign in to comment.