2222 runs-on : [ubuntu-latest]
2323 strategy :
2424 matrix :
25- go-version : [1.22 .x]
25+ go-version : [1.23 .x]
2626 os : [ubuntu-latest]
2727 steps :
2828 - name : Check out code
6464 runs-on : ubuntu-latest
6565 strategy :
6666 matrix :
67- go-version : [1.22 .x]
67+ go-version : [1.23 .x]
6868 os : [ubuntu-latest]
6969 steps :
7070 - name : Check out code
@@ -112,7 +112,7 @@ jobs:
112112 runs-on : [ubuntu-latest]
113113 strategy :
114114 matrix :
115- go-version : [1.22 .x]
115+ go-version : [1.23 .x]
116116 steps :
117117 # To build minio image, we need to clone the repository first
118118 - name : Clone github.com/minio/minio
@@ -150,7 +150,7 @@ jobs:
150150 runs-on : ${{ matrix.os }}
151151 strategy :
152152 matrix :
153- go-version : [1.22 .x]
153+ go-version : [1.23 .x]
154154 os : [ubuntu-latest]
155155 steps :
156156 - name : Check out code
@@ -189,7 +189,7 @@ jobs:
189189 timeout-minutes : 10
190190 strategy :
191191 matrix :
192- go-version : [1.22 .x]
192+ go-version : [1.23 .x]
193193 os : [ubuntu-latest]
194194 steps :
195195 - name : Check out code
@@ -243,7 +243,7 @@ jobs:
243243 timeout-minutes : 10
244244 strategy :
245245 matrix :
246- go-version : [1.22 .x]
246+ go-version : [1.23 .x]
247247 os : [ubuntu-latest]
248248 steps :
249249 - name : Check out code
@@ -296,7 +296,7 @@ jobs:
296296 timeout-minutes : 10
297297 strategy :
298298 matrix :
299- go-version : [1.22 .x]
299+ go-version : [1.23 .x]
300300 os : [ubuntu-latest]
301301 steps :
302302 - name : Check out code
@@ -348,7 +348,7 @@ jobs:
348348 timeout-minutes : 10
349349 strategy :
350350 matrix :
351- go-version : [1.22 .x]
351+ go-version : [1.23 .x]
352352 os : [ubuntu-latest]
353353 steps :
354354 - name : Check out code
@@ -400,7 +400,7 @@ jobs:
400400 timeout-minutes : 15
401401 strategy :
402402 matrix :
403- go-version : [1.22 .x]
403+ go-version : [1.23 .x]
404404 os : [ubuntu-latest]
405405 steps :
406406 - name : Check out code
@@ -448,7 +448,7 @@ jobs:
448448 runs-on : [ubuntu-latest]
449449 strategy :
450450 matrix :
451- go-version : [1.22 .x]
451+ go-version : [1.23 .x]
452452 os : [ubuntu-latest]
453453 steps :
454454 - name : Check out code
@@ -496,7 +496,7 @@ jobs:
496496 runs-on : [ubuntu-latest]
497497 strategy :
498498 matrix :
499- go-version : [1.22 .x]
499+ go-version : [1.23 .x]
500500 os : [ubuntu-latest]
501501 steps :
502502 - name : Check out code
@@ -544,7 +544,7 @@ jobs:
544544 runs-on : [ubuntu-latest]
545545 strategy :
546546 matrix :
547- go-version : [1.22 .x]
547+ go-version : [1.23 .x]
548548 os : [ubuntu-latest]
549549 steps :
550550 - name : Check out code
@@ -595,7 +595,7 @@ jobs:
595595 runs-on : [ubuntu-latest]
596596 strategy :
597597 matrix :
598- go-version : [1.22 .x]
598+ go-version : [1.23 .x]
599599 os : [ubuntu-latest]
600600 steps :
601601 - name : Check out code
@@ -648,7 +648,7 @@ jobs:
648648 runs-on : ${{ matrix.os }}
649649 strategy :
650650 matrix :
651- go-version : [1.22 .x]
651+ go-version : [1.23 .x]
652652 os : [ubuntu-latest]
653653 steps :
654654 - name : Check out code
@@ -683,7 +683,7 @@ jobs:
683683 runs-on : ${{ matrix.os }}
684684 strategy :
685685 matrix :
686- go-version : [1.22 .x]
686+ go-version : [1.23 .x]
687687 os : [ubuntu-latest]
688688 steps :
689689 - name : Check out code
@@ -720,7 +720,7 @@ jobs:
720720
721721 strategy :
722722 matrix :
723- go-version : [1.22 .x]
723+ go-version : [1.23 .x]
724724
725725 steps :
726726 - name : Check out code
@@ -817,7 +817,7 @@ jobs:
817817
818818 strategy :
819819 matrix :
820- go-version : [1.22 .x]
820+ go-version : [1.23 .x]
821821
822822 steps :
823823 - name : Check out code
@@ -867,7 +867,7 @@ jobs:
867867 echo "replace github.com/minio/console => ../" >> go.mod
868868
869869 echo "updates to go.mod needed; to update it: go mod tidy"
870- go mod tidy -compat=1.22
870+ go mod tidy -compat=1.23
871871
872872 echo "Get git version to build MinIO Image";
873873 VERSION=`git rev-parse HEAD`;
@@ -901,7 +901,7 @@ jobs:
901901 runs-on : ${{ matrix.os }}
902902 strategy :
903903 matrix :
904- go-version : [1.22 .x]
904+ go-version : [1.23 .x]
905905 os : [ubuntu-latest]
906906 steps :
907907 - name : Check out code
@@ -956,7 +956,7 @@ jobs:
956956 echo "download golang x tools"
957957 go mod download golang.org/x/tools
958958 echo "go mod tidy compat mode"
959- go mod tidy -compat=1.22
959+ go mod tidy -compat=1.23
960960 echo "go build gocoverage.go"
961961 go build gocovmerge.go
962962 echo "put together the outs for final coverage resolution"
@@ -1027,7 +1027,7 @@ jobs:
10271027 runs-on : ubuntu-latest
10281028 strategy :
10291029 matrix :
1030- go-version : [1.22 .x]
1030+ go-version : [1.23 .x]
10311031 os : [ubuntu-latest]
10321032 steps :
10331033 - name : Check out code
@@ -1069,7 +1069,7 @@ jobs:
10691069 runs-on : ${{ matrix.os }}
10701070 strategy :
10711071 matrix :
1072- go-version : [1.22 .x]
1072+ go-version : [1.23 .x]
10731073 os : [ubuntu-latest]
10741074 steps :
10751075 - name : Check out code
@@ -1109,7 +1109,7 @@ jobs:
11091109 runs-on : ${{ matrix.os }}
11101110 strategy :
11111111 matrix :
1112- go-version : [1.22 .x]
1112+ go-version : [1.23 .x]
11131113 os : [ubuntu-latest]
11141114 steps :
11151115 - name : Check out code
@@ -1137,7 +1137,7 @@ jobs:
11371137 runs-on : ${{ matrix.os }}
11381138 strategy :
11391139 matrix :
1140- go-version : [1.22 .x]
1140+ go-version : [1.23 .x]
11411141 os : [ubuntu-latest]
11421142 steps :
11431143 - name : Check out code
@@ -1164,7 +1164,7 @@ jobs:
11641164 runs-on : ${{ matrix.os }}
11651165 strategy :
11661166 matrix :
1167- go-version : [1.22 .x]
1167+ go-version : [1.23 .x]
11681168 os : [ubuntu-latest]
11691169 steps :
11701170 - name : Check out code
@@ -1192,7 +1192,7 @@ jobs:
11921192 runs-on : ${{ matrix.os }}
11931193 strategy :
11941194 matrix :
1195- go-version : [1.22 .x]
1195+ go-version : [1.23 .x]
11961196 os : [ubuntu-latest]
11971197 steps :
11981198 - name : Check out code
@@ -1220,7 +1220,7 @@ jobs:
12201220 runs-on : ${{ matrix.os }}
12211221 strategy :
12221222 matrix :
1223- go-version : [1.22 .x]
1223+ go-version : [1.23 .x]
12241224 os : [ubuntu-latest]
12251225 steps :
12261226 - name : Check out code
0 commit comments