Skip to content

Commit de8270d

Browse files
committed
Set golang to 1.24.4 and remove github.com/Venafi/vcert/v4 pin
Like with the operators, set golang to 1.24.4. Also removes github.com/Venafi/vcert/v4 pinning, since we are now on later cert-manager version. Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
1 parent 3bf7652 commit de8270d

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openstack-k8s-operators/openstack-baremetal-operator/api
22

3-
go 1.24
3+
go 1.24.4
44

55
require (
66
github.com/go-logr/logr v1.4.3

go.mod

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openstack-k8s-operators/openstack-baremetal-operator
22

3-
go 1.24
3+
go 1.24.4
44

55
require (
66
github.com/blang/semver v3.5.1+incompatible
@@ -94,10 +94,6 @@ require (
9494

9595
replace github.com/openstack-k8s-operators/openstack-baremetal-operator/api => ./api
9696

97-
// needed to to cert-manager v1.11.4 see https://github.com/cert-manager/cert-manager/blob/v1.11.4/go.mod#L263C1-L264C104
98-
// remove this once we bump to cert-manager v1.12.x
99-
replace github.com/Venafi/vcert/v4 => github.com/jetstack/vcert/v4 v4.9.6-0.20230519122548-219f317ae107 //allow-merging
100-
10197
// mschuppert: map to latest commit from release-4.18 tag
10298
// must consistent within modules and service operators
10399
replace github.com/openshift/api => github.com/openshift/api v0.0.0-20250711200046-c86d80652a9e //allow-merging

0 commit comments

Comments
 (0)