We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5b70d commit d797d6bCopy full SHA for d797d6b
tools/cli/Makefile
@@ -34,7 +34,7 @@ deps: ## Download go module dependencies
34
devtools: ## Install dev tools
35
@echo "==> Installing dev tools..."
36
go install go.uber.org/mock/mockgen@latest
37
- go install github.com/oasdiff/oasdiff@v1.11.4
+ go install github.com/tufin/oasdiff@v1.10.29
38
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin $(GOLANGCI_VERSION)
39
40
.PHONY: setup
0 commit comments