You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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.
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.
I have
With
inputs.go_version
defined as1.23
instead of the previously defined1.23.4
it still brings me the same version, although a newer1.23.5
version of Go for theactions/setup-go
is released 2 days ago.Logs from a running action:
The text was updated successfully, but these errors were encountered: