mirror of
https://code.forgejo.org/actions/setup-go
synced 2025-06-10 04:22:22 +02: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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue