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

make build fails with "toolchain not available" error #54

Closed
VeyronSakai opened this issue Apr 2, 2024 · 1 comment
Closed

make build fails with "toolchain not available" error #54

VeyronSakai opened this issue Apr 2, 2024 · 1 comment
Assignees
Labels
Important Needs to implement in closest time improvement To make it better

Comments

@VeyronSakai
Copy link
Contributor

Overview

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

Execution environment

OS: macOS Sonoma 14.4.1
Chip: Apple M2 Max

@VeyronSakai VeyronSakai changed the title Build fails with "toolchain not available" error make build fails with "toolchain not available" error Apr 2, 2024
@canack canack added improvement To make it better Important Needs to implement in closest time labels Apr 2, 2024
@canack
Copy link
Member

canack commented Apr 3, 2024

Thank you for contribute! PR has been merged! ⭐

@canack canack closed this as completed Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Important Needs to implement in closest time improvement To make it better
Projects
None yet
Development

No branches or pull requests

2 participants