mirror of
https://github.com/actions/setup-go.git
synced 2025-07-29 04:36:11 +08: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