mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 07:11:02 +00:00
use Go 1.18 for future tests
This commit is contained in:
parent
11c55faeba
commit
75a2d066c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue