2626 - uses : actions/checkout@v4
2727 - uses : actions/setup-go@v5
2828 with :
29- go-version : " 1.22.11 "
29+ go-version : " 1.22.12 "
3030 cache : false
3131 - name : Cache Go
3232 id : go-cache
9494 - uses : actions/checkout@v4
9595 - uses : actions/setup-go@v5
9696 with :
97- go-version : " 1.22.11 "
97+ go-version : " 1.22.12 "
9898 cache : false
9999 - name : Cache Go
100100 id : go-cache
@@ -164,7 +164,7 @@ jobs:
164164 - name : Setup Go
165165 uses : actions/setup-go@v5
166166 with :
167- go-version : " 1.22.11 "
167+ go-version : " 1.22.12 "
168168 cache : false
169169 - name : Cache Go
170170 id : go-cache
@@ -188,7 +188,7 @@ jobs:
188188 - uses : actions/checkout@v4
189189 - uses : actions/setup-go@v5
190190 with :
191- go-version : " 1.22.11 "
191+ go-version : " 1.22.12 "
192192 cache : false
193193 - name : Cache Go
194194 id : go-cache
@@ -250,7 +250,7 @@ jobs:
250250 strategy :
251251 fail-fast : false
252252 matrix :
253- go-version : ["1.23.0", "1.22.11 "] # 1.20 is interpreted as 1.2 without quotes
253+ go-version : ["1.23.0", "1.22.12 "] # 1.20 is interpreted as 1.2 without quotes
254254 runner : [ubuntu-24.04]
255255 group :
256256 - receiver-0
@@ -367,7 +367,7 @@ jobs:
367367 - uses : actions/checkout@v4
368368 - uses : actions/setup-go@v5
369369 with :
370- go-version : " 1.22.11 "
370+ go-version : " 1.22.12 "
371371 cache : false
372372 - name : Cache Go
373373 id : go-cache
@@ -406,7 +406,7 @@ jobs:
406406 - uses : actions/checkout@v4
407407 - uses : actions/setup-go@v5
408408 with :
409- go-version : " 1.22.11 "
409+ go-version : " 1.22.12 "
410410 cache : false
411411 - name : Cache Go
412412 id : go-cache
@@ -433,7 +433,7 @@ jobs:
433433 - uses : actions/checkout@v4
434434 - uses : actions/setup-go@v5
435435 with :
436- go-version : " 1.22.11 "
436+ go-version : " 1.22.12 "
437437 cache : false
438438 - name : Cache Go
439439 id : go-cache
@@ -505,7 +505,7 @@ jobs:
505505 - uses : actions/checkout@v4
506506 - uses : actions/setup-go@v5
507507 with :
508- go-version : " 1.22.11 "
508+ go-version : " 1.22.12 "
509509 cache : false
510510 - name : Cache Go
511511 id : go-cache
@@ -555,7 +555,7 @@ jobs:
555555 - uses : actions/checkout@v4
556556 - uses : actions/setup-go@v5
557557 with :
558- go-version : " 1.22.11 "
558+ go-version : " 1.22.12 "
559559 cache : false
560560 - name : Mkdir bin and dist
561561 run : |
0 commit comments