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

Set toolchain go1.22.2 go.mod #206

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Set toolchain go1.22.2 go.mod #206

merged 1 commit into from
Apr 29, 2024

Conversation

mhmxs
Copy link
Contributor

@mhmxs mhmxs commented Apr 26, 2024

My go can't download toolchain:

go env
go: downloading go1.22 (linux/amd64)
go: download go1.22 for linux/amd64: toolchain not available

Here is the answer why: golang/go#62278 (comment)

Fixes: #202

General:

  • Have you removed all sensitive information, including but not limited to access keys and passwords?
  • Have you checked to ensure there aren't other open or closed Pull Requests for the same bug/feature/question?

Pull Request Guidelines:

  1. Does your submission pass tests?
  2. Have you added tests?
  3. Are you addressing a single feature in this PR?
  4. Are your commits atomic, addressing one change per commit?
  5. Are you following the conventions of the language?
  6. Have you saved your large formatting changes for a different PR, so we can focus on your work?
  7. Have you explained your rationale for why this feature is needed?
  8. Have you linked your PR to an open issue

@mhmxs mhmxs requested review from eljohnson92 and avestuk April 26, 2024 09:29
Copy link
Collaborator

@rahulait rahulait left a comment

Choose a reason for hiding this comment

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

LGTM

@mhmxs mhmxs merged commit 3332b2a into main Apr 29, 2024
3 checks passed
@mhmxs mhmxs deleted the go-toolchain branch April 29, 2024 14:35
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.

Toolchain directive is missing from go.mod files
2 participants