Skip to content

Commit

Permalink
CI: update colima (v0.5.5→v0.6.5)
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Nov 24, 2023
1 parent 482678b commit d1e52c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,13 @@ jobs:
timeout-minutes: 120
strategy:
matrix:
colima-version: ["v0.5.5"]
colima-version: ["v0.6.5"]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
# fetch-depth is set to 0 to let `limactl --version` print semver-ish version
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v4
with:
go-version: 1.20.x
Expand Down

0 comments on commit d1e52c9

Please sign in to comment.