Skip to content

Commit d797d6b

Browse files
Update Makefile
1 parent 6b5b70d commit d797d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cli/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ deps: ## Download go module dependencies
3434
devtools: ## Install dev tools
3535
@echo "==> Installing dev tools..."
3636
go install go.uber.org/mock/mockgen@latest
37-
go install github.com/oasdiff/oasdiff@v1.11.4
37+
go install github.com/tufin/oasdiff@v1.10.29
3838
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin $(GOLANGCI_VERSION)
3939

4040
.PHONY: setup

0 commit comments

Comments
 (0)