Skip to content

Commit cfc658b

Browse files
format
1 parent 3c84470 commit cfc658b

3 files changed

Lines changed: 1 addition & 91 deletions

File tree

lib/installer.js

Lines changed: 0 additions & 86 deletions
This file was deleted.

lib/setup-go.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export async function run() {
1010
// If not supplied then problem matchers will still be setup. Useful for self-hosted.
1111
//
1212
let versionSpec = core.getInput('go-version');
13-
13+
1414
// stable will be true unless false is the exact input
1515
// since getting unstable versions should be explicit
1616
let stable = Boolean(core.getInput('stable') || 'true');

0 commit comments

Comments
 (0)