Fix lint in Makefile
This commit is contained in:
		
							parent
							
								
									d9d121bc8d
								
							
						
					
					
						commit
						1f4193584c
					
				
							
								
								
									
										2
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										2
									
								
								Makefile
								
								
								
								
							|  | @ -134,7 +134,7 @@ HAS_GOLINT := $(shell which golint) | ||||||
| lint: ## Verifies `golint` passes
 | lint: ## Verifies `golint` passes
 | ||||||
| 	@echo "+ $@" | 	@echo "+ $@" | ||||||
| ifndef HAS_GOLINT | ifndef HAS_GOLINT | ||||||
| 	go get -u github.com/golang/lint/golint | 	go get -u golang.org/x/lint | ||||||
| endif | endif | ||||||
| 	@golint $(PACKAGES) | 	@golint $(PACKAGES) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue