Skip to content

Commit 3778b2f

Browse files
Merge pull request #352 from stuggi/golang_1_24_4
set golang to 1.24.4 like in other operators
2 parents 85b9c42 + 4f4be1d commit 3778b2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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/test-operator/api
22

3-
go 1.24
3+
go 1.24.4
44

55
require (
66
github.com/google/go-cmp v0.7.0

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/test-operator
22

3-
go 1.24
3+
go 1.24.4
44

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

0 commit comments

Comments
 (0)