Skip to content

Commit 8a6c11a

Browse files
committed
CI: update Lima to v0.17.0
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 7811317 commit 8a6c11a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
# Bridged mode cannot be tested on GHA
4848
- uses: actions/setup-go@v3
4949
with:
50-
go-version: 1.19.x
50+
go-version: 1.20.x
5151
- name: Install Lima
5252
run: |
5353
git clone https://github.com/lima-vm/lima
5454
cd lima
55-
git checkout v0.14.2
55+
git checkout v0.17.0
5656
make
5757
sudo make install
5858
limactl sudoers >etc_sudoers.d_lima

0 commit comments

Comments
 (0)