diff --git a/.drone.yml b/.drone.yml index d90244b..2896fab 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 ./src/internal/... volumes: - name: gopath path: /go