26
26
- uses : actions/checkout@v4
27
27
- uses : actions/setup-go@v5
28
28
with :
29
- go-version : " 1.22.8 "
29
+ go-version : " 1.22.11 "
30
30
cache : false
31
31
- name : Cache Go
32
32
id : go-cache
94
94
- uses : actions/checkout@v4
95
95
- uses : actions/setup-go@v5
96
96
with :
97
- go-version : " 1.22.8 "
97
+ go-version : " 1.22.11 "
98
98
cache : false
99
99
- name : Cache Go
100
100
id : go-cache
@@ -164,7 +164,7 @@ jobs:
164
164
- name : Setup Go
165
165
uses : actions/setup-go@v5
166
166
with :
167
- go-version : " 1.22.8 "
167
+ go-version : " 1.22.11 "
168
168
cache : false
169
169
- name : Cache Go
170
170
id : go-cache
@@ -188,7 +188,7 @@ jobs:
188
188
- uses : actions/checkout@v4
189
189
- uses : actions/setup-go@v5
190
190
with :
191
- go-version : " 1.22.8 "
191
+ go-version : " 1.22.11 "
192
192
cache : false
193
193
- name : Cache Go
194
194
id : go-cache
@@ -246,7 +246,7 @@ jobs:
246
246
strategy :
247
247
fail-fast : false
248
248
matrix :
249
- go-version : ["1.23.0", "1.22.8 "] # 1.20 is interpreted as 1.2 without quotes
249
+ go-version : ["1.23.0", "1.22.11 "] # 1.20 is interpreted as 1.2 without quotes
250
250
runner : [ubuntu-24.04]
251
251
group :
252
252
- receiver-0
@@ -363,7 +363,7 @@ jobs:
363
363
- uses : actions/checkout@v4
364
364
- uses : actions/setup-go@v5
365
365
with :
366
- go-version : " 1.22.8 "
366
+ go-version : " 1.22.11 "
367
367
cache : false
368
368
- name : Cache Go
369
369
id : go-cache
@@ -402,7 +402,7 @@ jobs:
402
402
- uses : actions/checkout@v4
403
403
- uses : actions/setup-go@v5
404
404
with :
405
- go-version : " 1.22.8 "
405
+ go-version : " 1.22.11 "
406
406
cache : false
407
407
- name : Cache Go
408
408
id : go-cache
@@ -429,7 +429,7 @@ jobs:
429
429
- uses : actions/checkout@v4
430
430
- uses : actions/setup-go@v5
431
431
with :
432
- go-version : " 1.22.8 "
432
+ go-version : " 1.22.11 "
433
433
cache : false
434
434
- name : Cache Go
435
435
id : go-cache
@@ -501,7 +501,7 @@ jobs:
501
501
- uses : actions/checkout@v4
502
502
- uses : actions/setup-go@v5
503
503
with :
504
- go-version : " 1.22.8 "
504
+ go-version : " 1.22.11 "
505
505
cache : false
506
506
- name : Cache Go
507
507
id : go-cache
@@ -551,7 +551,7 @@ jobs:
551
551
- uses : actions/checkout@v4
552
552
- uses : actions/setup-go@v5
553
553
with :
554
- go-version : " 1.22.8 "
554
+ go-version : " 1.22.11 "
555
555
cache : false
556
556
- name : Mkdir bin and dist
557
557
run : |
0 commit comments