Skip to content

Commit

Permalink
Fix malformed go.sum for Go 1.22
Browse files Browse the repository at this point in the history
Go 1.22 seems to be more strict with go.sum syntax, reporting an error:

go1.22rc1 build
malformed go.sum:
[...]/URLFinder/go.sum:22: wrong number of fields 1

fixes pingc0y#95
  • Loading branch information
stefanb committed Jan 5, 2024
1 parent e1c0334 commit cd4b141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
/.github/

0 comments on commit cd4b141

Please sign in to comment.