From ec12a1b948f3df76994e63ed6106eb77d9ff5b45 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Thu, 29 Jun 2023 23:48:06 +0200 Subject: [PATCH] Update image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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