22
22
runs-on : [ubuntu-latest]
23
23
strategy :
24
24
matrix :
25
- go-version : [1.23.x ]
26
- os : [ubuntu-latest]
25
+ go-version : [ 1.24.x ]
26
+ os : [ ubuntu-latest ]
27
27
steps :
28
28
- name : Check out code
29
29
uses : actions/checkout@v4
64
64
runs-on : ubuntu-latest
65
65
strategy :
66
66
matrix :
67
- go-version : [1.23.x ]
68
- os : [ubuntu-latest]
67
+ go-version : [ 1.24.x ]
68
+ os : [ ubuntu-latest ]
69
69
steps :
70
70
- name : Check out code
71
71
uses : actions/checkout@v3
@@ -112,7 +112,7 @@ jobs:
112
112
runs-on : [ubuntu-latest]
113
113
strategy :
114
114
matrix :
115
- go-version : [1.23.x ]
115
+ go-version : [ 1.24.x ]
116
116
steps :
117
117
# To build minio image, we need to clone the repository first
118
118
- name : Clone github.com/minio/minio
@@ -150,8 +150,8 @@ jobs:
150
150
runs-on : ${{ matrix.os }}
151
151
strategy :
152
152
matrix :
153
- go-version : [1.23.x ]
154
- os : [ubuntu-latest]
153
+ go-version : [ 1.24.x ]
154
+ os : [ ubuntu-latest ]
155
155
steps :
156
156
- name : Check out code
157
157
uses : actions/checkout@v3
@@ -189,8 +189,8 @@ jobs:
189
189
timeout-minutes : 10
190
190
strategy :
191
191
matrix :
192
- go-version : [1.23.x ]
193
- os : [ubuntu-latest]
192
+ go-version : [ 1.24.x ]
193
+ os : [ ubuntu-latest ]
194
194
steps :
195
195
- name : Check out code
196
196
uses : actions/checkout@v3
@@ -243,8 +243,8 @@ jobs:
243
243
timeout-minutes : 10
244
244
strategy :
245
245
matrix :
246
- go-version : [1.23.x ]
247
- os : [ubuntu-latest]
246
+ go-version : [ 1.24.x ]
247
+ os : [ ubuntu-latest ]
248
248
steps :
249
249
- name : Check out code
250
250
uses : actions/checkout@v3
@@ -296,8 +296,8 @@ jobs:
296
296
timeout-minutes : 10
297
297
strategy :
298
298
matrix :
299
- go-version : [1.23.x ]
300
- os : [ubuntu-latest]
299
+ go-version : [ 1.24.x ]
300
+ os : [ ubuntu-latest ]
301
301
steps :
302
302
- name : Check out code
303
303
uses : actions/checkout@v3
@@ -348,8 +348,8 @@ jobs:
348
348
timeout-minutes : 10
349
349
strategy :
350
350
matrix :
351
- go-version : [1.23.x ]
352
- os : [ubuntu-latest]
351
+ go-version : [ 1.24.x ]
352
+ os : [ ubuntu-latest ]
353
353
steps :
354
354
- name : Check out code
355
355
uses : actions/checkout@v3
@@ -400,8 +400,8 @@ jobs:
400
400
timeout-minutes : 15
401
401
strategy :
402
402
matrix :
403
- go-version : [1.23.x ]
404
- os : [ubuntu-latest]
403
+ go-version : [ 1.24.x ]
404
+ os : [ ubuntu-latest ]
405
405
steps :
406
406
- name : Check out code
407
407
uses : actions/checkout@v3
@@ -448,7 +448,7 @@ jobs:
448
448
runs-on : [ubuntu-latest]
449
449
strategy :
450
450
matrix :
451
- go-version : [1.23 .x]
451
+ go-version : [1.24 .x]
452
452
os : [ubuntu-latest]
453
453
steps :
454
454
- name : Check out code
@@ -496,8 +496,8 @@ jobs:
496
496
runs-on : [ubuntu-latest]
497
497
strategy :
498
498
matrix :
499
- go-version : [1.23.x ]
500
- os : [ubuntu-latest]
499
+ go-version : [ 1.24.x ]
500
+ os : [ ubuntu-latest ]
501
501
steps :
502
502
- name : Check out code
503
503
uses : actions/checkout@v3
@@ -544,7 +544,7 @@ jobs:
544
544
runs-on : [ubuntu-latest]
545
545
strategy :
546
546
matrix :
547
- go-version : [1.23 .x]
547
+ go-version : [1.24 .x]
548
548
os : [ubuntu-latest]
549
549
steps :
550
550
- name : Check out code
@@ -595,8 +595,8 @@ jobs:
595
595
runs-on : [ubuntu-latest]
596
596
strategy :
597
597
matrix :
598
- go-version : [1.23.x ]
599
- os : [ubuntu-latest]
598
+ go-version : [ 1.24.x ]
599
+ os : [ ubuntu-latest ]
600
600
steps :
601
601
- name : Check out code
602
602
uses : actions/checkout@v3
@@ -648,8 +648,8 @@ jobs:
648
648
runs-on : ${{ matrix.os }}
649
649
strategy :
650
650
matrix :
651
- go-version : [1.23.x ]
652
- os : [ubuntu-latest]
651
+ go-version : [ 1.24.x ]
652
+ os : [ ubuntu-latest ]
653
653
steps :
654
654
- name : Check out code
655
655
uses : actions/checkout@v3
@@ -683,8 +683,8 @@ jobs:
683
683
runs-on : ${{ matrix.os }}
684
684
strategy :
685
685
matrix :
686
- go-version : [1.23.x ]
687
- os : [ubuntu-latest]
686
+ go-version : [ 1.24.x ]
687
+ os : [ ubuntu-latest ]
688
688
steps :
689
689
- name : Check out code
690
690
uses : actions/checkout@v3
@@ -722,7 +722,7 @@ jobs:
722
722
723
723
strategy :
724
724
matrix :
725
- go-version : [1.23.x ]
725
+ go-version : [ 1.24.x ]
726
726
727
727
steps :
728
728
- name : Check out code
@@ -819,7 +819,7 @@ jobs:
819
819
820
820
strategy :
821
821
matrix :
822
- go-version : [1.23 .x]
822
+ go-version : [1.24 .x]
823
823
824
824
steps :
825
825
- name : Check out code
@@ -869,7 +869,7 @@ jobs:
869
869
echo "replace github.com/minio/console => ../" >> go.mod
870
870
871
871
echo "updates to go.mod needed; to update it: go mod tidy"
872
- go mod tidy -compat=1.23
872
+ go mod tidy
873
873
874
874
echo "Get git version to build MinIO Image";
875
875
VERSION=`git rev-parse HEAD`;
@@ -903,8 +903,8 @@ jobs:
903
903
runs-on : ${{ matrix.os }}
904
904
strategy :
905
905
matrix :
906
- go-version : [1.23.x ]
907
- os : [ubuntu-latest]
906
+ go-version : [ 1.24.x ]
907
+ os : [ ubuntu-latest ]
908
908
steps :
909
909
- name : Check out code
910
910
uses : actions/checkout@v3
@@ -958,7 +958,7 @@ jobs:
958
958
echo "download golang x tools"
959
959
go mod download golang.org/x/tools
960
960
echo "go mod tidy compat mode"
961
- go mod tidy -compat=1.23
961
+ go mod tidy -compat=1.24
962
962
echo "go build gocoverage.go"
963
963
go build gocovmerge.go
964
964
echo "put together the outs for final coverage resolution"
@@ -982,8 +982,8 @@ jobs:
982
982
runs-on : ubuntu-latest
983
983
strategy :
984
984
matrix :
985
- go-version : [1.23.x ]
986
- os : [ubuntu-latest]
985
+ go-version : [ 1.24.x ]
986
+ os : [ ubuntu-latest ]
987
987
steps :
988
988
- name : Check out code
989
989
uses : actions/checkout@v3
@@ -1024,8 +1024,8 @@ jobs:
1024
1024
runs-on : ${{ matrix.os }}
1025
1025
strategy :
1026
1026
matrix :
1027
- go-version : [1.23.x ]
1028
- os : [ubuntu-latest]
1027
+ go-version : [ 1.24.x ]
1028
+ os : [ ubuntu-latest ]
1029
1029
steps :
1030
1030
- name : Check out code
1031
1031
uses : actions/checkout@v3
@@ -1064,8 +1064,8 @@ jobs:
1064
1064
runs-on : ${{ matrix.os }}
1065
1065
strategy :
1066
1066
matrix :
1067
- go-version : [1.23.x ]
1068
- os : [ubuntu-latest]
1067
+ go-version : [ 1.24.x ]
1068
+ os : [ ubuntu-latest ]
1069
1069
steps :
1070
1070
- name : Check out code
1071
1071
uses : actions/checkout@v3
@@ -1092,8 +1092,8 @@ jobs:
1092
1092
runs-on : ${{ matrix.os }}
1093
1093
strategy :
1094
1094
matrix :
1095
- go-version : [1.23.x ]
1096
- os : [ubuntu-latest]
1095
+ go-version : [ 1.24.x ]
1096
+ os : [ ubuntu-latest ]
1097
1097
steps :
1098
1098
- name : Check out code
1099
1099
uses : actions/checkout@v3
@@ -1119,8 +1119,8 @@ jobs:
1119
1119
runs-on : ${{ matrix.os }}
1120
1120
strategy :
1121
1121
matrix :
1122
- go-version : [1.23.x ]
1123
- os : [ubuntu-latest]
1122
+ go-version : [ 1.24.x ]
1123
+ os : [ ubuntu-latest ]
1124
1124
steps :
1125
1125
- name : Check out code
1126
1126
uses : actions/checkout@v3
@@ -1147,8 +1147,8 @@ jobs:
1147
1147
runs-on : ${{ matrix.os }}
1148
1148
strategy :
1149
1149
matrix :
1150
- go-version : [1.23.x ]
1151
- os : [ubuntu-latest]
1150
+ go-version : [ 1.24.x ]
1151
+ os : [ ubuntu-latest ]
1152
1152
steps :
1153
1153
- name : Check out code
1154
1154
uses : actions/checkout@v3
@@ -1175,8 +1175,8 @@ jobs:
1175
1175
runs-on : ${{ matrix.os }}
1176
1176
strategy :
1177
1177
matrix :
1178
- go-version : [1.23.x ]
1179
- os : [ubuntu-latest]
1178
+ go-version : [ 1.24.x ]
1179
+ os : [ ubuntu-latest ]
1180
1180
steps :
1181
1181
- name : Check out code
1182
1182
uses : actions/checkout@v3
0 commit comments