mirror of
https://github.com/imjasonh/setup-crane
synced 2026-07-06 22:52:45 +00:00
update Go and crane versions used in CI test
This commit is contained in:
parent
779a7240f2
commit
00c9e93efa
1 changed files with 3 additions and 3 deletions
6
.github/workflows/use-action.yaml
vendored
6
.github/workflows/use-action.yaml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16
|
||||
go-version: 1.20.x
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: imjasonh/setup-crane@main
|
||||
|
|
@ -27,9 +27,9 @@ jobs:
|
|||
- name: Install old release
|
||||
uses: imjasonh/setup-crane@main
|
||||
with:
|
||||
version: v0.4.0
|
||||
version: v0.12.0
|
||||
- name: Check installed version
|
||||
run: crane version | grep 0.4.0
|
||||
run: crane version | grep 0.12.0
|
||||
|
||||
- name: Install from tip
|
||||
uses: imjasonh/setup-crane@main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue