@ -5,6 +5,6 @@ steps:
- name: lint
image: golang:1.12
commands:
- make lint
#- make lint won't run in china
- make golangci-lint
- make fmt-check