mirror of
https://github.com/actions/setup-go.git
synced 2025-09-07 12:56:24 +00:00
Temporarily remove installation so it can be reviewed
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import * as core from '@actions/core';
|
||||
import * as installer from './installer';
|
||||
// import * as installer from './installer';
|
||||
|
||||
async function run() {
|
||||
try {
|
||||
@ -9,7 +9,7 @@ async function run() {
|
||||
//
|
||||
const version = core.getInput('version');
|
||||
if (version) {
|
||||
await installer.getGo(version);
|
||||
// await installer.getGo(version);
|
||||
}
|
||||
|
||||
// TODO: setup proxy from runner proxy config
|
||||
|
Reference in New Issue
Block a user