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 9
9
IMAGE_BASE_REPO : k3d-io
10
10
IMAGE_PLATFORMS : linux/amd64,linux/arm64,linux/arm/v7
11
11
GO_VERSION : " 1.22.x"
12
- DOCKER_VERSION : " 23 .0"
12
+ DOCKER_VERSION : " 27 .0"
13
13
14
14
jobs :
15
15
test-suite :
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
34
34
fail-fast : false
35
35
matrix :
36
36
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"
41
41
steps :
42
42
- uses : actions/checkout@v3
43
43
- name : Setup Docker
@@ -81,11 +81,10 @@ jobs:
81
81
fail-fast : false
82
82
matrix :
83
83
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"
89
88
steps :
90
89
- uses : actions/checkout@v3
91
90
- 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
2
2
# ###########################################################
3
3
# builder #
4
4
# -> golang image used solely for building the k3d binary #
You can’t perform that action at this time.
0 commit comments