mirror of
				https://gitea.com/actions/setup-go.git
				synced 2025-10-31 07:47:10 +00:00 
			
		
		
		
	output version of go it resolved to
This commit is contained in:
		| @@ -55,7 +55,7 @@ export async function run() { | |||||||
|     let goPath = await io.which('go'); |     let goPath = await io.which('go'); | ||||||
|     let goVersion = cp.execSync(`${goPath} version`); |     let goVersion = cp.execSync(`${goPath} version`); | ||||||
|  |  | ||||||
|     console.log('Using go version '); |     console.log(goVersion); | ||||||
|   } catch (error) { |   } catch (error) { | ||||||
|     core.setFailed(error.message); |     core.setFailed(error.message); | ||||||
|   } |   } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Bryan MacFarlane
					Bryan MacFarlane