Skip to content

Commit dc04de2

Browse files
committed
CI: use Lima v0.23.2
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 4c292e2 commit dc04de2

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
@@ -48,12 +48,12 @@ jobs:
4848
# Bridged mode cannot be tested on GHA
4949
- uses: actions/setup-go@v5
5050
with:
51-
go-version: 1.20.x
51+
go-version: 1.23.x
5252
- name: Install Lima
5353
run: |
5454
git clone https://github.com/lima-vm/lima
5555
cd lima
56-
git checkout v0.17.0
56+
git checkout v0.23.2
5757
make
5858
sudo make install
5959
limactl sudoers >etc_sudoers.d_lima

0 commit comments

Comments
 (0)