Skip to content

Commit abbbc19

Browse files
authored
Merge pull request #5445 from twz123/go-directive-dot-zero
Use full patch version for go directives in go.mod
2 parents 9e5ad0f + d5b6d90 commit abbbc19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

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

3-
go 1.23
3+
go 1.23.0
44

55
// k0s
66
require (

hack/tool/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tool
22

3-
go 1.23
3+
go 1.23.0
44

55
require (
66
github.com/hashicorp/terraform-exec v0.21.0

0 commit comments

Comments
 (0)