diff --git a/.drone.yml b/.drone.yml index d3a0ce4..114638e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: testing steps: - name: unittests - image: golang:1.17-buster + image: golang:1.18-bullseye environment: SNAPSHOTS_S3_ENDPOINT: minio:9000 TEST_S3_ENDPOINT: minio:9000 @@ -12,6 +12,8 @@ steps: - name: dockersock path: /var/run commands: + - apt update && apt upgrade -y + - apt install tar zstd - sleep 10 - go mod tidy - make test