Skip to content

Commit 5925f1d

Browse files
committed
out-format has been removed
Signed-off-by: Jan Schoone <[email protected]>
1 parent 2601107 commit 5925f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ ifeq ($(BUILD_IN_CONTAINER),true)
451451
else
452452
go version
453453
golangci-lint version
454-
GO111MODULE=on golangci-lint run -v --out-format=colored-line-number
454+
GO111MODULE=on golangci-lint run -v --output.text.colors=true
455455
endif
456456

457457
.PHONY: lint-yaml

0 commit comments

Comments
 (0)