diff --git a/.drone.yml b/.drone.yml index 8cd4c4f..d63ffad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,13 +19,13 @@ clone: steps: - name: clone - image: 0632b480cad1 + image: alpine/git:latest pull: never commands: - git fetch - name: build - image: c2321c7cf721 + image: golang:1.21-alpine pull: never environment: GO111MODULE: on