Skip to content

Commit 2525731

Browse files
committed
Reduce minimum Go requirement to v1.22.0
A previous commit pinned 1.22.4, but that's not necessary and affects all downstream user's go.mod.
1 parent 4d57e6e commit 2525731

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 sigs.k8s.io/cli-utils
22

3-
go 1.22.4
3+
go 1.22.0
44

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

0 commit comments

Comments
 (0)