Skip to content

Commit d1e52c9

Browse files
committed
CI: update colima (v0.5.5→v0.6.5)
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 482678b commit d1e52c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,13 @@ jobs:
263263
timeout-minutes: 120
264264
strategy:
265265
matrix:
266-
colima-version: ["v0.5.5"]
266+
colima-version: ["v0.6.5"]
267267
steps:
268268
- uses: actions/checkout@v4
269269
with:
270-
fetch-depth: 1
270+
# fetch-depth is set to 0 to let `limactl --version` print semver-ish version
271+
fetch-depth: 0
272+
ref: ${{ github.event.pull_request.head.sha }}
271273
- uses: actions/setup-go@v4
272274
with:
273275
go-version: 1.20.x

0 commit comments

Comments
 (0)