Skip to content

Commit cc25acb

Browse files
committed
update go version for schema and tools/crd
This commit updates the version of go specified in the `schema/go.mod` and `tools/crd/go.mod` files from `1.23.6` to `1.24.4` to provide consistency across all go modules in the project. Ref: EC-1316 Signed-off-by: Rob Nester <[email protected]>
1 parent d451fbe commit cc25acb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/conforma/cli/schema
22

3-
go 1.23.6
3+
go 1.24.4
44

55
require (
66
github.com/conforma/cli/api v0.0.0-00010101000000-000000000000

tools/crd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/conforma/cli/tools/crd
22

3-
go 1.23.6
3+
go 1.24.4
44

55
require (
66
github.com/elastic/crd-ref-docs v0.1.0

0 commit comments

Comments
 (0)