Skip to content

Commit dea3780

Browse files
authored
Merge pull request #4351 from omordyk/updRunner
Update OS CI and microK8s for the fresh version
2 parents ea3a656 + e17a7a4 commit dea3780

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/E2E-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
test:
1616
# The type of runner that the job will run on
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818

1919
# Strategy allows specifying matrix axis(es) that will run for the test
2020
strategy:
@@ -38,12 +38,13 @@ jobs:
3838
with:
3939
go-version: '1.23'
4040
check-latest: true
41+
4142
- name: Install moby-engine and moby-cli
4243
run: |
4344
sudo apt-cache madison moby-engine
4445
sudo apt-cache madison moby-cli
4546
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
4748
4849
- name: Verify Docker version
4950
run: docker --version

test/gov/run_kube.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sleep 2
4444
if [ $RC -ne 0 ]
4545
then
4646
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
4848
IRC=$?
4949
if [ $IRC -ne 0 ]; then echo "Unable to install microk8s: $IRC"; exit 1; fi
5050

0 commit comments

Comments
 (0)