Skip to content

Commit 0d3d102

Browse files
committed
Don't require the Go patch version
This makes it compile with any Go 1.23 toolchain. Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
1 parent 082a528 commit 0d3d102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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/k0sctl
22

3-
go 1.23.2
3+
go 1.23
44

55
toolchain go1.23.3
66

0 commit comments

Comments
 (0)