mirror of
				https://github.com/actions/setup-go.git
				synced 2025-10-31 07:16:23 +00:00 
			
		
		
		
	lint
This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @@ -1321,7 +1321,7 @@ function run() { | |||||||
|             // output the version actually being used |             // output the version actually being used | ||||||
|             let goPath = yield io.which('go'); |             let goPath = yield io.which('go'); | ||||||
|             let goVersion = child_process_1.default.execSync(`${goPath} version`); |             let goVersion = child_process_1.default.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