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

Failure of "Validate 'setup-go'" on macos-latest #474

Open
2 of 5 tasks
178inaba opened this issue Apr 27, 2024 · 2 comments
Open
2 of 5 tasks

Failure of "Validate 'setup-go'" on macos-latest #474

178inaba opened this issue Apr 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@178inaba
Copy link
Contributor

Description:
"Validate 'setup-go'" is failing.
The cause is that the architecture of macos-latest has become arm64.
https://github.com/actions/runner-images

Action version:
v5.0.0

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Tools version:

  • 1.8.6
  • 1.9
  • 1.12.16
  • 1.13.11
  • 1.14
  • 1.14.3

Repro steps:
https://github.com/actions/setup-go/actions/runs/8855760631
https://github.com/actions/setup-go/actions/runs/8855760631/job/24321136893#step:3:12

Expected behavior:
The successful "Validate 'setup-go'" workflow.

Actual behavior:
The "Validate 'setup-go'" fails.

@178inaba 178inaba added bug Something isn't working needs triage labels Apr 27, 2024
@aparnajyothi-y
Copy link

Hello @178inaba, Thank you for creating this issue and we will look into it :)

@matthewrobertson
Copy link

I think the issue is that https://go.dev/dl/?mode=json&include=all doesn't include {"os": "darwin", "arch": "amd64"} for older versions of go (versions <= 15.x.x)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants