diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 9cde8e07a..48987f02b 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -122,7 +122,7 @@ run go tests shardwidth22: # run the regular tests twice and also run the future tests. run go tests future: stage: test - image: golang:1.17.6 + image: golang:1.18 rules: - if: '$CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web"' retry: 1