Default to standard golang container
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Sarah Jamie Lewis 2024-01-02 15:15:48 -08:00
parent f9b3ff1837
commit 6928c90a61
1 changed files with 6 additions and 6 deletions

View File

@ -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