File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
jobs :
15
15
test :
16
16
# The type of runner that the job will run on
17
- runs-on : ubuntu-22 .04
17
+ runs-on : ubuntu-24 .04
18
18
19
19
# Strategy allows specifying matrix axis(es) that will run for the test
20
20
strategy :
@@ -38,12 +38,13 @@ jobs:
38
38
with :
39
39
go-version : ' 1.23'
40
40
check-latest : true
41
+
41
42
- name : Install moby-engine and moby-cli
42
43
run : |
43
44
sudo apt-cache madison moby-engine
44
45
sudo apt-cache madison moby-cli
45
46
sudo apt-get update
46
- sudo apt-get install -y moby-engine=27.5.1-ubuntu22 .04u1 moby-cli=27.5.1-ubuntu22 .04u1
47
+ sudo apt-get install -y moby-engine=27.5.1-ubuntu24 .04u1 moby-cli=27.5.1-ubuntu24 .04u1
47
48
48
49
- name : Verify Docker version
49
50
run : docker --version
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ sleep 2
44
44
if [ $RC -ne 0 ]
45
45
then
46
46
echo " Try to install microk8s"
47
- sudo snap install microk8s --classic --channel=1.29 /stable
47
+ sudo snap install microk8s --classic --channel=1.33 /stable
48
48
IRC=$?
49
49
if [ $IRC -ne 0 ]; then echo " Unable to install microk8s: $IRC " ; exit 1; fi
50
50
You can’t perform that action at this time.
0 commit comments