diff --git a/ci/scripts/lint.sh b/ci/scripts/lint.sh index 5bdf2917..c586e566 100755 --- a/ci/scripts/lint.sh +++ b/ci/scripts/lint.sh @@ -17,7 +17,7 @@ for dir in $dirs; do pushd $dir if [[ "$dir" =~ "-go" ]]; then print "Running go vet" - go vet ./... + go vet -tags pkcs11 ./... print "Running gofmt" output=$(gofmt -l -s $(go list -f '{{.Dir}}' ./...)) if [[ "${output}" != "" ]]; then