Add go version to workflow

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
Mauro Morales 2023-03-29 15:47:00 +02:00
parent a0c4462f99
commit 7a2627fcc8
No known key found for this signature in database
GPG Key ID: 0069994DD7392198
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,8 @@ jobs:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ^1.20
- name: Run tests
env:
LABEL: ${{ matrix.label }}

View File

@ -18,6 +18,8 @@ jobs:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ^1.20
- name: Install earthly
uses: Luet-lab/luet-install-action@v1
with: