Skip to content

Commit

Permalink
Reduce minimum Go requirement to v1.22.0
Browse files Browse the repository at this point in the history
A previous commit pinned 1.22.4, but that's not necessary and
affects all downstream user's go.mod.
  • Loading branch information
karlkfi committed Jul 8, 2024
1 parent 4d57e6e commit 2525731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/cli-utils

go 1.22.4
go 1.22.0

require (
github.com/google/go-cmp v0.6.0
Expand Down

0 comments on commit 2525731

Please sign in to comment.