diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 606884e..5e8bfdd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: test: stage: test - image: golang:1.15.3-alpine3.12 + image: golang:1.15.3 script: - go test ./...