Add changes before sync with upstream

This commit is contained in:
Ivan Zosimov (Akvelon INC) 2022-03-05 13:24:53 +03:00
parent 2d0c507407
commit 07ecad3aa8
3 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@ export async function run() {
let stable = (core.getInput('stable') || 'true').toUpperCase() === 'TRUE';
const cache = core.getInput('cache');
core.info(`Setup go ${stable ? 'stable' : ''} version spec ${versionSpec}`);
if (versionSpec) {