@@ -16,13 +16,21 @@ services:
1616 - 6383
1717
1818 - name : redis6
19- image : redis:6
19+ image : redis:6.2
2020 pull : if-not-exists
2121 commands :
2222 - " redis-server --protected-mode no --dbfilename dump6.rdb"
2323 ports :
2424 - 6379
2525
26+ - name : redis7
27+ image : redis:7.0
28+ pull : if-not-exists
29+ commands :
30+ - " redis-server --port 6384 --protected-mode no --dbfilename dump7.rdb"
31+ ports :
32+ - 6384
33+
2634 - name : pwd-redis5
2735 image : redis:5
2836 pull : if-not-exists
@@ -48,15 +56,15 @@ services:
4856 - 6381
4957
5058 - name : keydb-01
51- image : " eqalpha/keydb:x86_64_v5 .3.0 "
59+ image : " eqalpha/keydb:x86_64_v6 .3.1 "
5260 pull : if-not-exists
5361 commands :
5462 - " keydb-server --protected-mode no --port 6401 --dbfilename dump-keydb-01.rdb"
5563 ports :
5664 - 6401
5765
5866 - name : keydb-02
59- image : " eqalpha/keydb:x86_64_v5 .3.0 "
67+ image : " eqalpha/keydb:x86_64_v6 .3.1 "
6068 pull : if-not-exists
6169 commands :
6270 - " keydb-server --protected-mode no --port 6402 --active-replica yes --replicaof keydb-01 6401 --dbfilename dump-keydb-02.rdb"
@@ -77,10 +85,10 @@ services:
7785
7886steps :
7987 - name : start
80- image : " golang:1.17 "
88+ image : " golang:1.18 "
8189 pull : if-not-exists
8290 commands :
83- - sleep 10
91+ - sleep 20
8492 - ' echo "start"'
8593 when :
8694 event :
@@ -150,7 +158,7 @@ steps:
150158 - start
151159
152160 - name : tests
153- image : " golang:1.17 "
161+ image : " golang:1.18 "
154162 pull : if-not-exists
155163 environment :
156164 GO111MODULE : on
@@ -169,7 +177,7 @@ steps:
169177
170178
171179 - name : mixins
172- image : golang:1.17
180+ image : golang:1.18
173181 pull : if-not-exists
174182 commands :
175183 - cd ./contrib/redis-mixin
@@ -186,7 +194,7 @@ steps:
186194
187195
188196 - name : coverage-codecov
189- image : golang:1.17
197+ image : golang:1.18
190198 pull : if-not-exists
191199 environment :
192200 CODECOV_TOKEN :
@@ -204,7 +212,7 @@ steps:
204212
205213
206214 - name : coverage-coveralls
207- image : " golang:1.17 "
215+ image : " golang:1.18 "
208216 pull : if-not-exists
209217 environment :
210218 GO111MODULE : on
@@ -223,7 +231,7 @@ steps:
223231
224232
225233 - name : build-binaries
226- image : " golang:1.17 "
234+ image : " golang:1.18 "
227235 pull : if-not-exists
228236 environment :
229237 GO111MODULE : on
@@ -578,7 +586,7 @@ steps:
578586
579587
580588 - name : release-github-binaries
581- image : " golang:1.17 "
589+ image : " golang:1.18 "
582590 pull : if-not-exists
583591 environment :
584592 GITHUB_TOKEN :
0 commit comments