diff --git a/.drone.yml b/.drone.yml index 9bc5806..677e597 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,16 +1,16 @@ workspace: - base: /srv/app + base: /go path: src/code.gitea.io/sdk clone: git: - image: plugins/git:1 + image: plugins/git:next depth: 50 tags: true pipeline: testing: - image: webhippie/golang:edge + image: golang:1.12 pull: true commands: - make clean