2626 - uses : actions/checkout@v4
2727 - uses : actions/setup-go@v5
2828 with :
29- go-version : " 1.21.7 "
29+ go-version : " 1.21.8 "
3030 cache : false
3131 - name : Cache Go
3232 id : go-cache
8888 - uses : actions/checkout@v4
8989 - uses : actions/setup-go@v5
9090 with :
91- go-version : " 1.21.7 "
91+ go-version : " 1.21.8 "
9292 cache : false
9393 - name : Cache Go
9494 id : go-cache
@@ -154,7 +154,7 @@ jobs:
154154 - name : Setup Go
155155 uses : actions/setup-go@v5
156156 with :
157- go-version : " 1.21.7 "
157+ go-version : " 1.21.8 "
158158 cache : false
159159 - name : Cache Go
160160 id : go-cache
@@ -177,7 +177,7 @@ jobs:
177177 - uses : actions/checkout@v4
178178 - uses : actions/setup-go@v5
179179 with :
180- go-version : " 1.21.7 "
180+ go-version : " 1.21.8 "
181181 cache : false
182182 - name : Cache Go
183183 id : go-cache
@@ -237,7 +237,7 @@ jobs:
237237 unittest-matrix :
238238 strategy :
239239 matrix :
240- go-version : ["1.22.0", "1.21.7 "] # 1.20 is interpreted as 1.2 without quotes
240+ go-version : ["1.22.0", "1.21.8 "] # 1.20 is interpreted as 1.2 without quotes
241241 group :
242242 - receiver-0
243243 - receiver-1
@@ -350,7 +350,7 @@ jobs:
350350 - uses : actions/checkout@v4
351351 - uses : actions/setup-go@v5
352352 with :
353- go-version : " 1.21.7 "
353+ go-version : " 1.21.8 "
354354 cache : false
355355 - name : Cache Go
356356 id : go-cache
@@ -388,7 +388,7 @@ jobs:
388388 - uses : actions/checkout@v4
389389 - uses : actions/setup-go@v5
390390 with :
391- go-version : " 1.21.7 "
391+ go-version : " 1.21.8 "
392392 cache : false
393393 - name : Cache Go
394394 id : go-cache
@@ -414,7 +414,7 @@ jobs:
414414 - uses : actions/checkout@v4
415415 - uses : actions/setup-go@v5
416416 with :
417- go-version : " 1.21.7 "
417+ go-version : " 1.21.8 "
418418 cache : false
419419 - name : Cache Go
420420 id : go-cache
@@ -483,7 +483,7 @@ jobs:
483483 - uses : actions/checkout@v4
484484 - uses : actions/setup-go@v5
485485 with :
486- go-version : " 1.21.7 "
486+ go-version : " 1.21.8 "
487487 cache : false
488488 - name : Cache Go
489489 id : go-cache
@@ -620,7 +620,7 @@ jobs:
620620 - uses : actions/checkout@v4
621621 - uses : actions/setup-go@v5
622622 with :
623- go-version : " 1.21.7 "
623+ go-version : " 1.21.8 "
624624 cache : false
625625 - name : Mkdir bin and dist
626626 run : |
0 commit comments