File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 2828 with :
2929 go-version-file : " go.mod"
3030
31- - name : Install dependencies required for custom-lint
32- run : sudo apt-get update && sudo apt-get install -y libgpgme-dev
33-
3431 - name : Run golangci linting checks
3532 run : make lint GOLANGCI_LINT_ARGS="--out-format colored-line-number"
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ lint: lint-custom $(GOLANGCI_LINT) #HELP Run golangci linter.
100100
101101.PHONY : custom-linter-build
102102custom-linter-build :
103- cd ./hack/ci/custom-linters/cmd/ && go build -o ../../../../bin/custom-linter
103+ cd ./hack/ci/custom-linters/cmd/ && go build -tags ' $(GO_BUILD_TAGS) ' - o ../../../../bin/custom-linter
104104
105105.PHONY : lint-custom
106106lint-custom : custom-linter-build
You can’t perform that action at this time.
0 commit comments