From 75a2d066c2ab87d76279bc0a0080f7729cd9c148 Mon Sep 17 00:00:00 2001 From: Matthew Jaffee Date: Thu, 17 Mar 2022 16:08:39 -0500 Subject: [PATCH] use Go 1.18 for future tests --- .gitlab/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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