Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Go 1.22 #95

Open
stefanb opened this issue Jan 5, 2024 · 2 comments · May be fixed by #96
Open

Support Go 1.22 #95

stefanb opened this issue Jan 5, 2024 · 2 comments · May be fixed by #96

Comments

@stefanb
Copy link

stefanb commented Jan 5, 2024

When trying

URLfinder failed to build with error:

  malformed go.sum:
  /private/tmp/urlfinder-20231222-2669-qz54z3/URLFinder-2023.9.9/go.sum:22: wrong number of fields 1

pointing to the unusual:

/.github/

stefanb added a commit to stefanb/URLFinder that referenced this issue Jan 5, 2024
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
@stefanb stefanb linked a pull request Jan 5, 2024 that will close this issue
@stefanb
Copy link
Author

stefanb commented Feb 3, 2024

cc @pingc0y @yang-pingo, the proposed fix is in #96

@stefanb
Copy link
Author

stefanb commented Feb 7, 2024

Go 1.22 was released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant