mirror of
				https://github.com/actions/setup-go.git
				synced 2025-10-31 16:23:42 +00:00 
			
		
		
		
	toString
This commit is contained in:
		
							parent
							
								
									2091469f9f
								
							
						
					
					
						commit
						0dbc7e4965
					
				
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @ -1320,7 +1320,7 @@ function run() { | |||||||
|             console.log(`##[add-matcher]${matchersPath}`); |             console.log(`##[add-matcher]${matchersPath}`); | ||||||
|             // 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`) || '').toString(); | ||||||
|             console.log(goVersion); |             console.log(goVersion); | ||||||
|         } |         } | ||||||
|         catch (error) { |         catch (error) { | ||||||
|  | |||||||
| @ -53,7 +53,7 @@ export async function run() { | |||||||
| 
 | 
 | ||||||
|     // output the version actually being used
 |     // output the version actually being used
 | ||||||
|     let goPath = await io.which('go'); |     let goPath = await io.which('go'); | ||||||
|     let goVersion = cp.execSync(`${goPath} version`); |     let goVersion = (cp.execSync(`${goPath} version`) || '').toString(); | ||||||
| 
 | 
 | ||||||
|     console.log(goVersion); |     console.log(goVersion); | ||||||
|   } catch (error) { |   } catch (error) { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user