mirror of
https://github.com/actions/setup-go.git
synced 2025-06-18 23:02:59 -06:00
Temporarily remove installation so it can be reviewed
This commit is contained in:
parent
cef575caea
commit
263a218578
4 changed files with 4 additions and 268 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue