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
2 changed files with 4 additions and 0 deletions

View File

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

View File

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