mirror of
https://github.com/actions/setup-go.git
synced 2025-06-29 20:53:43 +00:00
Add check latest check
This commit is contained in:
parent
ee153a708d
commit
84f83e7f2d
2 changed files with 2 additions and 0 deletions
|
@ -175,6 +175,7 @@ async function resolveStableVersionInput(
|
|||
releases = manifestReleases.map(release => release.version);
|
||||
} else {
|
||||
releases = await installer.getAllToolCacheReleases(arch);
|
||||
core.info(releases.join(","));
|
||||
}
|
||||
|
||||
if (versionSpec === StableReleaseAlias.Stable) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue