mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @@ -11,8 +11,7 @@ EXTERNAL_TOOLS_CI=\ | |||||||
| 	golang.org/x/tools/cmd/goimports \ | 	golang.org/x/tools/cmd/goimports \ | ||||||
| 	github.com/golangci/revgrep/cmd/revgrep \ | 	github.com/golangci/revgrep/cmd/revgrep \ | ||||||
| 	mvdan.cc/gofumpt \ | 	mvdan.cc/gofumpt \ | ||||||
| 	honnef.co/go/tools/cmd/staticcheck \ | 	honnef.co/go/tools/cmd/staticcheck | ||||||
| 	github.com/bufbuild/buf/cmd/buf |  | ||||||
| EXTERNAL_TOOLS=\ | EXTERNAL_TOOLS=\ | ||||||
| 	github.com/client9/misspell/cmd/misspell | 	github.com/client9/misspell/cmd/misspell | ||||||
| GOFMT_FILES?=$$(find . -name '*.go' | grep -v pb.go | grep -v vendor) | GOFMT_FILES?=$$(find . -name '*.go' | grep -v pb.go | grep -v vendor) | ||||||
| @@ -173,6 +172,7 @@ ci-bootstrap: .ci-bootstrap | |||||||
| 		echo "Installing/Updating $$tool" ; \ | 		echo "Installing/Updating $$tool" ; \ | ||||||
| 		GO111MODULE=off $(GO_CMD) get -u $$tool; \ | 		GO111MODULE=off $(GO_CMD) get -u $$tool; \ | ||||||
| 	done | 	done | ||||||
|  | 	go install github.com/bufbuild/buf/cmd/buf@v1.25.0 | ||||||
| 	@touch .ci-bootstrap | 	@touch .ci-bootstrap | ||||||
|  |  | ||||||
| # bootstrap the build by downloading additional tools that may be used by devs | # bootstrap the build by downloading additional tools that may be used by devs | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 miagilepner
					miagilepner