Skip to content

Commit

Permalink
Merge pull request #398 from zregvart/pr/go-1.22
Browse files Browse the repository at this point in the history
Update to golang 1.22
  • Loading branch information
lcarva authored Sep 3, 2024
2 parents b4eafd2 + 6ec5a31 commit 07bd059
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions api/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/enterprise-contract/enterprise-contract-controller/api

go 1.21

toolchain go1.21.2
go 1.22.5

require (
k8s.io/apiextensions-apiserver v0.29.8
Expand Down
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/enterprise-contract/enterprise-contract-controller

go 1.21.4
go 1.22.5

require (
github.com/enterprise-contract/enterprise-contract-controller/api v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion schema/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/enterprise-contract/enterprise-contract-controller/schema

go 1.21
go 1.22.5

require (
github.com/enterprise-contract/enterprise-contract-controller/api v0.1.35
Expand Down
4 changes: 1 addition & 3 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/enterprise-contract/enterprise-contract-controller/tools

go 1.21

toolchain go1.21.4
go 1.22.5

require (
github.com/elastic/crd-ref-docs v0.1.0
Expand Down

0 comments on commit 07bd059

Please sign in to comment.