Skip to content

Commit

Permalink
Update Makefile.common.mk from root-template-tester:c3c5ef5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcleal committed Jan 13, 2025
1 parent fd14446 commit 5cc997e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ lint-go:
ifeq ($(GO_FILES),)
@echo "No *.go files to lint."
else
golangci-lint run -v --allow-parallel-runners ./...
golangci-lint run -v --allow-parallel-runners ./... --timeout 5m
endif
@test -z "$(CI)" || echo "##[endgroup]"

Expand Down

0 comments on commit 5cc997e

Please sign in to comment.