We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make build
I got an error message "go: download go1.22 for darwin/arm64: toolchain not available" when running make build.
% make build Getting latest Git tag... v1.1.4 CGO_ENABLED=0 go build -ldflags="-s -w -X main.Version=v1.1.4" -o release/gama main.go go: downloading go1.22 (darwin/arm64) go: download go1.22 for darwin/arm64: toolchain not available make: *** [build] Error 1
OS: macOS Sonoma 14.4.1 Chip: Apple M2 Max
The text was updated successfully, but these errors were encountered:
Thank you for contribute! PR has been merged! ⭐
Sorry, something went wrong.
VeyronSakai
No branches or pull requests
Overview
I got an error message "go: download go1.22 for darwin/arm64: toolchain not available" when running
make build
.Execution environment
OS: macOS Sonoma 14.4.1
Chip: Apple M2 Max
The text was updated successfully, but these errors were encountered: