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.
make tidy
1 parent aba96f6 commit d55ba78Copy full SHA for d55ba78
Makefile
@@ -451,7 +451,8 @@ unit-test-coverage:
451
tidy: ## run go mod tidy
452
$(eval MIN_GO_VERSION := $(shell grep -Eo '^go\s+[0-9]+\.[0-9.]+' go.mod | cut -d' ' -f2))
453
$(GO) mod tidy -compat=$(MIN_GO_VERSION)
454
- @$(MAKE) --no-print-directory $(GO_LICENSE_FILE)
+# disabled because of issues related to https://github.com/google/go-licenses/issues/128
455
+# @$(MAKE) --no-print-directory $(GO_LICENSE_FILE)
456
457
vendor: go.mod go.sum
458
$(GO) mod vendor
0 commit comments