mirror of
				https://github.com/actions/setup-go.git
				synced 2025-10-30 23:06:22 +00:00 
			
		
		
		
	casing
This commit is contained in:
		| @@ -27,13 +27,13 @@ export async function run() { | ||||
|           `A version satisfying ${versionSpec} not found locally, attempting to download ...` | ||||
|         ); | ||||
|         installDir = await installer.downloadGo(versionSpec, stable); | ||||
|         console.log('installed'); | ||||
|         console.log('Installed'); | ||||
|       } | ||||
|  | ||||
|       if (installDir) { | ||||
|         core.exportVariable('GOROOT', installDir); | ||||
|         core.addPath(path.join(installDir, 'bin')); | ||||
|         console.log('added to the path'); | ||||
|         console.log('Added go to the path'); | ||||
|       } else { | ||||
|         throw new Error( | ||||
|           `Could not find a version that satisfied version spec: ${versionSpec}` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user