mirror of
				https://github.com/prometheus/node_exporter.git
				synced 2025-08-20 18:33:52 -07:00 
			
		
		
		
	Remove golang 1.7 from CI test matrix
As staticcheck requires now golang 1.8 as minimum version, the easiest solution was to side step that issue and simply stop testing on go 1.7.
This commit is contained in:
		
							parent
							
								
									b3471e1d83
								
							
						
					
					
						commit
						a0a0dbaad0
					
				| 
						 | 
				
			
			@ -2,7 +2,7 @@ sudo: false
 | 
			
		|||
 | 
			
		||||
language: go
 | 
			
		||||
go:
 | 
			
		||||
- 1.7.x
 | 
			
		||||
- 1.8
 | 
			
		||||
- tip
 | 
			
		||||
 | 
			
		||||
script:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue