Skip to content

Commit d55ba78

Browse files
committed
Disable go license generation as part of make tidy
1 parent aba96f6 commit d55ba78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,8 @@ unit-test-coverage:
451451
tidy: ## run go mod tidy
452452
$(eval MIN_GO_VERSION := $(shell grep -Eo '^go\s+[0-9]+\.[0-9.]+' go.mod | cut -d' ' -f2))
453453
$(GO) mod tidy -compat=$(MIN_GO_VERSION)
454-
@$(MAKE) --no-print-directory $(GO_LICENSE_FILE)
454+
# disabled because of issues related to https://github.com/google/go-licenses/issues/128
455+
# @$(MAKE) --no-print-directory $(GO_LICENSE_FILE)
455456

456457
vendor: go.mod go.sum
457458
$(GO) mod vendor

0 commit comments

Comments
 (0)