diff --git a/.drone.yml b/.drone.yml index d14c0de..5bfea52 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: linux-test steps: - name: fetch - image: golang:1.21.5-bookworm + image: golang:1.21.5 volumes: - name: deps path: /go @@ -20,14 +20,14 @@ steps: - tor --version - export GO111MODULE=on - name: quality - image: golang:1.21.5-bookworm + image: golang:1.21.5 volumes: - name: deps path: /go commands: - ./testing/quality.sh - name: units-tests - image: golang:1.21.5-bookworm + image: golang:1.21.5 volumes: - name: deps path: /go @@ -35,7 +35,7 @@ steps: - export PATH=`pwd`:$PATH - sh testing/tests.sh - name: integ-test - image: golang:1.21.5-bookworm + image: golang:1.21.5 volumes: - name: deps path: /go @@ -45,7 +45,7 @@ steps: - tor --version - go test -timeout=30m -race -v cwtch.im/cwtch/testing/ - name: filesharing-integ-test - image: golang:1.21.5-bookworm + image: golang:1.21.5 volumes: - name: deps path: /go @@ -54,7 +54,7 @@ steps: - export LD_LIBRARY_PATH=$PWD/Tor/ - go test -timeout=20m -race -v cwtch.im/cwtch/testing/filesharing - name: filesharing-autodownload-integ-test - image: golang:1.21.5-bookworm + image: golang:1.21.5 volumes: - name: deps path: /go