File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 99 IMAGE_BASE_REPO : k3d-io
1010 IMAGE_PLATFORMS : linux/amd64,linux/arm64,linux/arm/v7
1111 GO_VERSION : " 1.22.x"
12- DOCKER_VERSION : " 23 .0"
12+ DOCKER_VERSION : " 27 .0"
1313
1414jobs :
1515 test-suite :
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
3434 fail-fast : false
3535 matrix :
3636 docker_version :
37- - " 20.10.5 "
38- - " 20.10.12 "
39- - " 20.10.17 "
40- - " 23.0 .1"
37+ - " 23.0.15 "
38+ - " 25.0.6 "
39+ - " 26.1.5 "
40+ - " 27.3 .1"
4141 steps :
4242 - uses : actions/checkout@v3
4343 - name : Setup Docker
@@ -81,11 +81,10 @@ jobs:
8181 fail-fast : false
8282 matrix :
8383 k3s_channel :
84- - " v1.22"
85- - " v1.23"
86- - " v1.24"
87- - " v1.25"
88- - " v1.26"
84+ - " v1.28"
85+ - " v1.29"
86+ - " v1.30"
87+ - " v1.31"
8988 steps :
9089 - uses : actions/checkout@v3
9190 - name : Setup Docker
Original file line number Diff line number Diff line change 1- ARG DOCKER_VERSION=25.0.3
1+ ARG DOCKER_VERSION=27.3.1
22# ###########################################################
33# builder #
44# -> golang image used solely for building the k3d binary #
You can’t perform that action at this time.
0 commit comments