mirror of
				https://github.com/actions/setup-go.git
				synced 2025-10-28 04:50:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			357 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			357 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "problemMatcher": [
 | |
|         {
 | |
|             "owner": "go",
 | |
|             "pattern": [
 | |
|                 {
 | |
|                     "regexp": "^\\s*(.+\\.go):(?:(\\d+):(\\d+):)? (.*)",
 | |
|                     "file": 1,
 | |
|                     "line": 2,
 | |
|                     "column": 3,
 | |
|                     "message": 4
 | |
|                 }
 | |
|             ]
 | |
|         }
 | |
|     ]
 | |
| }
 | 
