mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-30 06:38:37 -04:00 
			
		
		
		
	It seems vet on windows is unnecessary (#14302)
* It seems vet on windows is unnecessary * add vet back to drone but remove GOOS and GOARCH when build vet
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -232,7 +232,7 @@ fmt: | |||||||
| vet: | vet: | ||||||
| 	@echo "Running go vet..." | 	@echo "Running go vet..." | ||||||
| 	@$(GO) vet $(GO_PACKAGES) | 	@$(GO) vet $(GO_PACKAGES) | ||||||
| 	@$(GO) build -mod=vendor code.gitea.io/gitea-vet | 	@GOOS= GOARCH= $(GO) build -mod=vendor code.gitea.io/gitea-vet | ||||||
| 	@$(GO) vet -vettool=gitea-vet $(GO_PACKAGES) | 	@$(GO) vet -vettool=gitea-vet $(GO_PACKAGES) | ||||||
|  |  | ||||||
| .PHONY: $(TAGS_EVIDENCE) | .PHONY: $(TAGS_EVIDENCE) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user