mirror of
				https://github.com/prometheus/node_exporter.git
				synced 2025-08-20 18:33:52 -07:00 
			
		
		
		
	Use Go 1.9 for build.
Workaround CGO bugs in 1.10.1. Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
		
							parent
							
								
									75561cb1fc
								
							
						
					
					
						commit
						315ec8d3bf
					
				| 
						 | 
					@ -35,7 +35,7 @@ jobs:
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - checkout
 | 
					    - checkout
 | 
				
			||||||
    - run: make promu
 | 
					    - run: make promu
 | 
				
			||||||
    - run: promu crossbuild -v
 | 
					    - run: promu crossbuild -v --go 1.9
 | 
				
			||||||
    - persist_to_workspace:
 | 
					    - persist_to_workspace:
 | 
				
			||||||
        root: .
 | 
					        root: .
 | 
				
			||||||
        paths:
 | 
					        paths:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue