22
22
runs-on : [ ubuntu-latest ]
23
23
strategy :
24
24
matrix :
25
- go-version : [ 1.19 .x ]
25
+ go-version : [ 1.20 .x ]
26
26
os : [ ubuntu-latest ]
27
27
steps :
28
28
- name : Check out code
47
47
runs-on : ubuntu-latest
48
48
strategy :
49
49
matrix :
50
- go-version : [ 1.19 ]
50
+ go-version : [ 1.20.x ]
51
51
steps :
52
52
- name : Check out code
53
53
uses : actions/checkout@v3
86
86
runs-on : ubuntu-latest
87
87
strategy :
88
88
matrix :
89
- go-version : [ 1.19 .x ]
89
+ go-version : [ 1.20 .x ]
90
90
os : [ ubuntu-latest ]
91
91
steps :
92
92
- name : Check out code
@@ -126,7 +126,7 @@ jobs:
126
126
runs-on : ubuntu-latest
127
127
strategy :
128
128
matrix :
129
- go-version : [ 1.19 .x ]
129
+ go-version : [ 1.20 .x ]
130
130
os : [ ubuntu-latest ]
131
131
steps :
132
132
- name : Check out code
@@ -149,7 +149,7 @@ jobs:
149
149
runs-on : [ ubuntu-latest ]
150
150
strategy :
151
151
matrix :
152
- go-version : [ 1.19 .x ]
152
+ go-version : [ 1.20 .x ]
153
153
steps :
154
154
# To build minio image, we need to clone the repository first
155
155
- name : Clone github.com/minio/minio
@@ -184,7 +184,7 @@ jobs:
184
184
runs-on : ${{ matrix.os }}
185
185
strategy :
186
186
matrix :
187
- go-version : [ 1.19 .x ]
187
+ go-version : [ 1.20 .x ]
188
188
os : [ ubuntu-latest ]
189
189
steps :
190
190
- name : Check out code
@@ -225,7 +225,7 @@ jobs:
225
225
runs-on : ubuntu-latest
226
226
strategy :
227
227
matrix :
228
- go-version : [ 1.19 .x ]
228
+ go-version : [ 1.20 .x ]
229
229
os : [ ubuntu-latest ]
230
230
steps :
231
231
- name : Check out code
@@ -249,7 +249,7 @@ jobs:
249
249
timeout-minutes : 10
250
250
strategy :
251
251
matrix :
252
- go-version : [ 1.19 .x ]
252
+ go-version : [ 1.20 .x ]
253
253
os : [ ubuntu-latest ]
254
254
steps :
255
255
- name : Check out code
@@ -296,7 +296,7 @@ jobs:
296
296
timeout-minutes : 10
297
297
strategy :
298
298
matrix :
299
- go-version : [ 1.19 .x ]
299
+ go-version : [ 1.20 .x ]
300
300
os : [ ubuntu-latest ]
301
301
steps :
302
302
- name : Check out code
@@ -342,7 +342,7 @@ jobs:
342
342
timeout-minutes : 10
343
343
strategy :
344
344
matrix :
345
- go-version : [ 1.19 .x ]
345
+ go-version : [ 1.20 .x ]
346
346
os : [ ubuntu-latest ]
347
347
steps :
348
348
- name : Check out code
@@ -389,7 +389,7 @@ jobs:
389
389
timeout-minutes : 15
390
390
strategy :
391
391
matrix :
392
- go-version : [ 1.19 .x ]
392
+ go-version : [ 1.20 .x ]
393
393
os : [ ubuntu-latest ]
394
394
steps :
395
395
- name : Check out code
@@ -429,7 +429,7 @@ jobs:
429
429
runs-on : [ ubuntu-latest ]
430
430
strategy :
431
431
matrix :
432
- go-version : [ 1.19 .x ]
432
+ go-version : [ 1.20 .x ]
433
433
os : [ ubuntu-latest ]
434
434
steps :
435
435
- name : Check out code
@@ -469,7 +469,7 @@ jobs:
469
469
runs-on : [ ubuntu-latest ]
470
470
strategy :
471
471
matrix :
472
- go-version : [ 1.19 .x ]
472
+ go-version : [ 1.20 .x ]
473
473
os : [ ubuntu-latest ]
474
474
steps :
475
475
- name : Check out code
@@ -509,7 +509,7 @@ jobs:
509
509
runs-on : [ ubuntu-latest ]
510
510
strategy :
511
511
matrix :
512
- go-version : [ 1.19 .x ]
512
+ go-version : [ 1.20 .x ]
513
513
os : [ ubuntu-latest ]
514
514
steps :
515
515
- name : Check out code
@@ -549,7 +549,7 @@ jobs:
549
549
runs-on : [ ubuntu-latest ]
550
550
strategy :
551
551
matrix :
552
- go-version : [ 1.19 .x ]
552
+ go-version : [ 1.20 .x ]
553
553
os : [ ubuntu-latest ]
554
554
steps :
555
555
- name : Check out code
@@ -589,7 +589,7 @@ jobs:
589
589
runs-on : [ ubuntu-latest ]
590
590
strategy :
591
591
matrix :
592
- go-version : [ 1.19 .x ]
592
+ go-version : [ 1.20 .x ]
593
593
os : [ ubuntu-latest ]
594
594
steps :
595
595
- name : Check out code
@@ -634,7 +634,7 @@ jobs:
634
634
runs-on : [ ubuntu-latest ]
635
635
strategy :
636
636
matrix :
637
- go-version : [ 1.19 .x ]
637
+ go-version : [ 1.20 .x ]
638
638
os : [ ubuntu-latest ]
639
639
steps :
640
640
- name : Check out code
@@ -679,7 +679,7 @@ jobs:
679
679
runs-on : [ ubuntu-latest ]
680
680
strategy :
681
681
matrix :
682
- go-version : [ 1.19 .x ]
682
+ go-version : [ 1.20 .x ]
683
683
os : [ ubuntu-latest ]
684
684
steps :
685
685
- name : Check out code
@@ -727,7 +727,7 @@ jobs:
727
727
runs-on : ${{ matrix.os }}
728
728
strategy :
729
729
matrix :
730
- go-version : [ 1.19 .x ]
730
+ go-version : [ 1.20 .x ]
731
731
os : [ ubuntu-latest ]
732
732
steps :
733
733
- name : Check out code
@@ -758,7 +758,7 @@ jobs:
758
758
runs-on : ${{ matrix.os }}
759
759
strategy :
760
760
matrix :
761
- go-version : [ 1.19 .x ]
761
+ go-version : [ 1.20 .x ]
762
762
os : [ ubuntu-latest ]
763
763
steps :
764
764
- name : Check out code
@@ -788,7 +788,7 @@ jobs:
788
788
runs-on : ${{ matrix.os }}
789
789
strategy :
790
790
matrix :
791
- go-version : [ 1.19 .x ]
791
+ go-version : [ 1.20 .x ]
792
792
os : [ ubuntu-latest ]
793
793
steps :
794
794
- name : Check out code
@@ -819,7 +819,7 @@ jobs:
819
819
runs-on : ${{ matrix.os }}
820
820
strategy :
821
821
matrix :
822
- go-version : [ 1.19 .x ]
822
+ go-version : [ 1.20 .x ]
823
823
os : [ ubuntu-latest ]
824
824
steps :
825
825
- name : Check out code
@@ -850,7 +850,7 @@ jobs:
850
850
runs-on : ${{ matrix.os }}
851
851
strategy :
852
852
matrix :
853
- go-version : [ 1.19 .x ]
853
+ go-version : [ 1.20 .x ]
854
854
os : [ ubuntu-latest ]
855
855
steps :
856
856
- name : Check out code
@@ -881,7 +881,7 @@ jobs:
881
881
runs-on : ${{ matrix.os }}
882
882
strategy :
883
883
matrix :
884
- go-version : [ 1.19 .x ]
884
+ go-version : [ 1.20 .x ]
885
885
os : [ ubuntu-latest ]
886
886
steps :
887
887
- name : Check out code
@@ -918,7 +918,7 @@ jobs:
918
918
runs-on : ${{ matrix.os }}
919
919
strategy :
920
920
matrix :
921
- go-version : [ 1.19 .x ]
921
+ go-version : [ 1.20 .x ]
922
922
os : [ ubuntu-latest ]
923
923
steps :
924
924
- name : Check out code
@@ -958,7 +958,7 @@ jobs:
958
958
959
959
strategy :
960
960
matrix :
961
- go-version : [ 1.19 .x ]
961
+ go-version : [ 1.20 .x ]
962
962
963
963
steps :
964
964
- name : Check out code
@@ -1048,7 +1048,7 @@ jobs:
1048
1048
1049
1049
strategy :
1050
1050
matrix :
1051
- go-version : [ 1.19 .x ]
1051
+ go-version : [ 1.20 .x ]
1052
1052
1053
1053
steps :
1054
1054
- name : Check out code
@@ -1123,7 +1123,7 @@ jobs:
1123
1123
1124
1124
strategy :
1125
1125
matrix :
1126
- go-version : [ 1.19 .x ]
1126
+ go-version : [ 1.20 .x ]
1127
1127
1128
1128
steps :
1129
1129
- name : Check out code
@@ -1194,7 +1194,7 @@ jobs:
1194
1194
runs-on : ${{ matrix.os }}
1195
1195
strategy :
1196
1196
matrix :
1197
- go-version : [ 1.19 .x ]
1197
+ go-version : [ 1.20 .x ]
1198
1198
os : [ ubuntu-latest ]
1199
1199
steps :
1200
1200
- name : Check out code
0 commit comments