We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c84470 commit cfc658bCopy full SHA for cfc658b
3 files changed
lib/installer.js
lib/setup-go.js
src/main.ts
@@ -10,7 +10,7 @@ export async function run() {
10
// If not supplied then problem matchers will still be setup. Useful for self-hosted.
11
//
12
let versionSpec = core.getInput('go-version');
13
-
+
14
// stable will be true unless false is the exact input
15
// since getting unstable versions should be explicit
16
let stable = Boolean(core.getInput('stable') || 'true');
0 commit comments