mirror of
https://github.com/actions/setup-go.git
synced 2025-06-29 20:53:43 +00:00
Remove unnecessary default value for arch argument
This commit is contained in:
parent
3eeab9dd6d
commit
97458b29d7
2 changed files with 2 additions and 2 deletions
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -63479,7 +63479,7 @@ function parseGoVersionFile(versionFilePath) {
|
|||
return contents.trim();
|
||||
}
|
||||
exports.parseGoVersionFile = parseGoVersionFile;
|
||||
function resolveStableVersionInput(versionSpec, arch = os_1.default.arch(), platform, manifest) {
|
||||
function resolveStableVersionInput(versionSpec, arch, platform, manifest) {
|
||||
var _a;
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const releases = manifest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue