Fix setup go

This commit is contained in:
Gregory Schier
2024-07-19 14:26:47 -07:00
parent 80e09c207c
commit 3e6df98e51

View File

@@ -42,6 +42,8 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
version: '1.22'
- name: Install Yaak CLI
run: go install github.com/yaakapp/cli