mirror of
				https://github.com/actions/setup-go.git
				synced 2025-10-31 16:03:42 +00:00 
			
		
		
		
	Successfully set up (#231)
This commit is contained in:
		
							parent
							
								
									56a61c9834
								
							
						
					
					
						commit
						193b404f8a
					
				| @ -684,7 +684,7 @@ describe('setup-go', () => { | ||||
|       expect(logSpy).toHaveBeenCalledWith('Adding to the cache ...'); | ||||
|       expect(logSpy).toHaveBeenCalledWith('Added go to the path'); | ||||
|       expect(logSpy).toHaveBeenCalledWith( | ||||
|         `Successfully setup go version ${versionSpec}` | ||||
|         `Successfully set up Go version ${versionSpec}` | ||||
|       ); | ||||
|     }); | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @ -2091,7 +2091,7 @@ function run() { | ||||
|                 } | ||||
|                 let added = yield addBinToPath(); | ||||
|                 core.debug(`add bin ${added}`); | ||||
|                 core.info(`Successfully setup go version ${versionSpec}`); | ||||
|                 core.info(`Successfully set up Go version ${versionSpec}`); | ||||
|             } | ||||
|             // add problem matchers
 | ||||
|             const matchersPath = path_1.default.join(__dirname, '..', 'matchers.json'); | ||||
|  | ||||
| @ -36,7 +36,7 @@ export async function run() { | ||||
| 
 | ||||
|       let added = await addBinToPath(); | ||||
|       core.debug(`add bin ${added}`); | ||||
|       core.info(`Successfully setup go version ${versionSpec}`); | ||||
|       core.info(`Successfully set up Go version ${versionSpec}`); | ||||
|     } | ||||
| 
 | ||||
|     // add problem matchers
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user