mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-28 13:04:57 -04: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…
Reference in a new issue