diff --git a/.drone.yml b/.drone.yml index 72c5f86..1fb0e89 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,6 @@ pipeline: build: image: golang:latest commands: - - go get -t ./... - go test ./... - go build ./... docker: