resolve comments

This commit is contained in:
Dmitry Shibanov 2022-02-09 13:02:58 +03:00
parent df1bbd3ffb
commit d0ea3e8472
4 changed files with 8 additions and 8 deletions

View file

@ -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,