6 lines
		
	
	
		
			142 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			142 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM golang:1.13
 | |
| 
 | |
| # don't place it into $GOPATH/bin because Drone mounts $GOPATH as volume
 | |
| COPY golangci-lint /usr/bin/
 | |
| CMD ["golangci-lint"]
 | 
