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

Small Update on go.mod to resolve build related issues #40

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

eddywm
Copy link
Contributor

@eddywm eddywm commented Oct 31, 2024

golang/go#65568 (comment)

📝 Summary

There's a known and quite common build issue that I was able to reproduce. This happens when the exact toolchain version wasn't precisely specified.
cmd/go: download go1.22 for darwin/arm64: toolchain not available

⛱ Motivation and Context

When the exact toolchain version isn't precisely specified, build commands seem to be failing.
Example: go 1.22 instead of go 1.22.0

📚 References


✅ I have run these commands

  • make lint
  • make test
  • go mod tidy

Copy link
Collaborator

@metachris metachris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@metachris metachris merged commit dcb6f7c into flashbots:main Nov 19, 2024
2 checks passed
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.

2 participants