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

Fix malformed go.sum for Go 1.22 #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

stefanb
Copy link

@stefanb stefanb commented 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 #95

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
Copy link
Author

stefanb commented Jan 13, 2024

Cc @pingc0y

@stefanb
Copy link
Author

stefanb commented Jan 16, 2024

cc @yang-pingo

@stefanb stefanb mentioned this pull request Feb 3, 2024
@stefanb
Copy link
Author

stefanb commented Feb 7, 2024

Go 1.22 was released.

stefanb added a commit to stefanb/homebrew-core that referenced this pull request Feb 13, 2024
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 this pull request may close these issues.

Support Go 1.22
1 participant