Skip to content

Commit 61802e2

Browse files
Use go version specify without the patch number in go.mod
Signed-off-by: Furkat Gofurov <[email protected]>
1 parent 3a0909a commit 61802e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/cluster-api-operator
22

3-
go 1.23.0
3+
go 1.23
44

55
require (
66
github.com/MakeNowJust/heredoc v1.0.0

hack/chart-update/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/cluster-api-operator/hack/chart-update
22

3-
go 1.23.0
3+
go 1.23
44

55
require (
66
github.com/google/go-github/v50 v50.2.0

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/cluster-api-operator/hack/tools
22

3-
go 1.23.0
3+
go 1.23
44

55
replace (
66
sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.9.4

test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/cluster-api-operator/test
22

3-
go 1.23.0
3+
go 1.23
44

55
replace sigs.k8s.io/cluster-api-operator => ../
66

0 commit comments

Comments
 (0)