Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
format
  • Loading branch information
Bryan MacFarlane committed Feb 9, 2020
1 parent 3c84470 commit cfc658b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 91 deletions.
86 changes: 0 additions & 86 deletions lib/installer.js

This file was deleted.

4 changes: 0 additions & 4 deletions lib/setup-go.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/main.ts
Expand Up @@ -10,7 +10,7 @@ export async function run() {
// If not supplied then problem matchers will still be setup. Useful for self-hosted.
//
let versionSpec = core.getInput('go-version');

// stable will be true unless false is the exact input
// since getting unstable versions should be explicit
let stable = Boolean(core.getInput('stable') || 'true');
Expand Down

0 comments on commit cfc658b

Please sign in to comment.