Skip to content

Commit b23465b

Browse files
committed
test to fix fuzzer by adding requirement to Go 1.22
Signed-off-by: Sandor Szücs <[email protected]>
1 parent c42035a commit b23465b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ require (
180180
sigs.k8s.io/yaml v1.4.0 // indirect
181181
)
182182

183-
go 1.21
183+
go 1.22

0 commit comments

Comments
 (0)