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 failure to build with Go v1.16 or newer #22

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

BenceSzalai
Copy link
Contributor

Fixes #18

From Go v1.16 there is no automatic changes to go.mod and go.sum, so go.mod needs to be added to the repo to make it work.

Details: https://go.dev/blog/go116-module-changes#no-automatic-changes-to-gomod-and-gosum

From Go v1.16 there is no automatic changes to go.mod and go.sum, so `go.mod` needs to be added to the repo to make it work.
Details: https://go.dev/blog/go116-module-changes#no-automatic-changes-to-gomod-and-gosum

(cherry picked from commit 964099d)
@ojarjur
Copy link
Contributor

ojarjur commented Sep 30, 2023

Thanks for the fix!

@ojarjur ojarjur merged commit 94c0935 into google:master Sep 30, 2023
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.

Building broken - cannot make
2 participants