mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
CI: use golang buster image
This commit is contained in:
parent
1e89543889
commit
8ac188c942
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ stages:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
image: golang:1.16
|
image: golang:1.16-buster
|
||||||
variables:
|
variables:
|
||||||
GOPATH: $CI_PROJECT_DIR/.go
|
GOPATH: $CI_PROJECT_DIR/.go
|
||||||
POSTGRES_DB: testvillasdb
|
POSTGRES_DB: testvillasdb
|
||||||
|
|
Loading…
Add table
Reference in a new issue