diff --git a/.drone.yml b/.drone.yml index d90244b..6303f46 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: golang:latest commands: - go install honnef.co/go/tools/cmd/staticcheck@latest - - staticcheck ./src/internal/... + - cd src && staticcheck ./... volumes: - name: gopath path: /go