mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 16:31:18 +02:00
Fix setup go
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -42,6 +42,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
version: '1.22'
|
||||||
|
|
||||||
- name: Install Yaak CLI
|
- name: Install Yaak CLI
|
||||||
run: go install github.com/yaakapp/cli
|
run: go install github.com/yaakapp/cli
|
||||||
|
|||||||
Reference in New Issue
Block a user