Skip to content

Commit

Permalink
fix: fix build errors about govet in new module which using gomod dep…
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmgxxxx committed Apr 28, 2020
1 parent 75a03ed commit cbb533f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/vet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ bk-bcs/bcs-mesos/bcs-process-executor/process-executor/protobuf \
bk-bcs/bcs-services/bcs-webhook-server/pkg/client \
bk-bcs/bcs-k8s/bcs-k8s-watch/pkg/kubefed/client \
bk-bcs/bcs-k8s/tkex-statefulsetplus-operator \
bk-bcs/bcs-mesos/bcs-container-executor/mesos"
bk-bcs/bcs-mesos/bcs-container-executor/mesos \
bk-bcs/bmsf-configuration"

PACKAGES=$(go list ../...)
for dir in $SKIP_DIR;do
Expand All @@ -21,4 +22,3 @@ done
# vet:
echo "go vet"
go vet -all $PACKAGES

0 comments on commit cbb533f

Please sign in to comment.