This commit is contained in:
Laurent Le Houerou 2020-10-26 21:52:25 +04:00
parent 2969a4876e
commit 4f59ffd89c

View File

@ -4,7 +4,7 @@ stages:
test:
stage: test
image: golang:1.15.3-alpine3.12
image: golang:1.15.3
script:
- go test ./...