mirror of
https://github.com/actions/setup-go.git
synced 2025-07-27 00:48:27 +02:00
resolve comments
This commit is contained in:
parent
df1bbd3ffb
commit
d0ea3e8472
4 changed files with 8 additions and 8 deletions
|
@ -38,7 +38,7 @@ export async function getGo(
|
|||
let osArch: string = os.arch();
|
||||
|
||||
if (checkLatest) {
|
||||
core.info('Attempt to resolve the latest version from manifest...');
|
||||
core.info('Attempting to resolve the latest version from the manifest...');
|
||||
const resolvedVersion = await resolveVersionFromManifest(
|
||||
versionSpec,
|
||||
stable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue