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

Error when using "Go install" #381

Closed
pranayjoshi opened this issue Mar 2, 2024 · 1 comment
Closed

Error when using "Go install" #381

pranayjoshi opened this issue Mar 2, 2024 · 1 comment
Assignees
Labels
wontfix This will not be worked on

Comments

@pranayjoshi
Copy link

Describe the bug
When using the command go install the terminal throw an error go: download go1.22 for darwin/arm64: toolchain not available

To Reproduce
Steps to reproduce the behavior:

  1. Go to './src'
  2. open terminal and type go install
  3. See error

Expected behavior
No error returned

Screenshots
Screenshot 2024-03-02 at 1 28 21 AM

Desktop (please complete the following information):

  • OS: Mac OS[e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

My View
Personally I think that as the project is using Docker, this issue shouldn't be a major problem, because I tried it setting up myself using docker-compose. But, the main issue lies with the go version using go 1.21 instead of go 1.22 solves this issue.

@pashagolub pashagolub self-assigned this Mar 4, 2024
@pashagolub pashagolub added the wontfix This will not be worked on label Mar 4, 2024
@pashagolub
Copy link
Collaborator

You need to download and install go1.22 for darwin/arm64! Because toolchain is not available on your machine. golang/go#65568

@pashagolub pashagolub closed this as not planned Won't fix, can't repro, duplicate, stale Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants