Update unittest image
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Adam Štrauch 2022-07-23 00:26:30 +02:00
parent 0725b352c6
commit 797bc6d654
Signed by: cx
GPG Key ID: 018304FFA8988F8D
1 changed files with 3 additions and 1 deletions

View File

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