mirror of
https://github.com/actions/setup-go.git
synced 2025-07-16 12:05:37 -06:00
Add changes before sync with upstream
This commit is contained in:
parent
2d0c507407
commit
07ecad3aa8
3 changed files with 6 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue