Skip to content

Commit b6fd827

Browse files
committed
try with --build-tags
1 parent cb193f9 commit b6fd827

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
@@ -768,7 +768,7 @@ golangci-lint:
768768
export BINARY="golangci-lint"; \
769769
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.37.0; \
770770
fi
771-
golangci-lint run --timeout 10m
771+
golangci-lint run --build-tags all --timeout 10m
772772

773773
.PHONY: docker
774774
docker:

0 commit comments

Comments
 (0)