Skip to content

Commit

Permalink
go.mod: Add patch version to the go directive
Browse files Browse the repository at this point in the history
"1.22" is not a valid toolchain name.

[1] https://go.dev/doc/toolchain#name
[2] golang/go#62278 (comment)

Signed-off-by: Orel Misan <[email protected]>
  • Loading branch information
orelmisan committed Aug 18, 2024
1 parent c38987c commit 9d87501
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 github.com/kiagnose/kubevirt-dpdk-checkup

go 1.22
go 1.22.0

require (
github.com/google/goexpect v0.0.0-20210430020637-ab937bf7fd6f
Expand Down

0 comments on commit 9d87501

Please sign in to comment.