mirror of
https://github.com/actions/setup-go.git
synced 2025-05-31 06:52:25 +00:00
Temporarily remove installation so it can be reviewed
This commit is contained in:
@ -16,7 +16,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const core = __importStar(require("@actions/core"));
|
||||
const installer = __importStar(require("./installer"));
|
||||
// import * as installer from './installer';
|
||||
function run() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
try {
|
||||
@ -26,7 +26,7 @@ function run() {
|
||||
//
|
||||
const version = core.getInput('version');
|
||||
if (version) {
|
||||
yield installer.getGo(version);
|
||||
// await installer.getGo(version);
|
||||
}
|
||||
// TODO: setup proxy from runner proxy config
|
||||
// TODO: problem matchers registered
|
||||
|
Reference in New Issue
Block a user