diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02d9011..8df6bf2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,6 @@ stages: run-tests: stage: test - image: golang/tags:1.19 + image: golang:1.19 script: - make test