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

"check-latest: true" doesn't bring Go 1.23.5 #540

Closed
rosti-il opened this issue Jan 19, 2025 · 3 comments
Closed

"check-latest: true" doesn't bring Go 1.23.5 #540

rosti-il opened this issue Jan 19, 2025 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@rosti-il
Copy link

I have

  - uses: actions/setup-go@v5
    with:
      go-version: ${{inputs.go_version}}
      check-latest: true

With inputs.go_version defined as 1.23 instead of the previously defined 1.23.4 it still brings me the same version, although a newer 1.23.5 version of Go for the actions/setup-go is released 2 days ago.

Logs from a running action:

Run actions/setup-go@v5
  with:
    go-version: 1.23
    check-latest: true
    token: ***
    cache: true
Setup go version spec 1.23
Attempting to resolve the latest version from the manifest...
matching 1.23...
Resolved as '1.23.4'
Attempting to download 1.23.4...
matching 1.23.4...
Acquiring 1.23.4 from https://github.com/actions/go-versions/releases/download/1.23.4-12152391001/go-1.23.4-linux-x64.tar.gz
Extracting Go...
@rosti-il rosti-il added bug Something isn't working needs triage labels Jan 19, 2025
@rosti-il
Copy link
Author

It seems like this bug exists just because the actions/go-versions#110 pull request still is not merged.

@priya-kinthali
Copy link

Hello @rosti-il 👋,
Thank you for bringing this issue to our attention. We are currently reviewing the PR#110 and will proceed with the merge once the review is complete. Your understanding and patience are greatly appreciated.

@priya-kinthali priya-kinthali self-assigned this Jan 21, 2025
@priya-kinthali
Copy link

Hello @rosti-il 👋,
Thank you for your patience. We are pleased to inform you that PR#110 has been successfully merged. You should now be able to use the latest Go version 1.23.5 with actions/setup-go@v5.
We are proceeding with closing this issue for now. If you encounter any further issues, please do not hesitate to reach out.

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

2 participants