Fix workflows

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka 2024-07-11 12:18:42 +02:00
parent 01efc039b6
commit 24191220d4
2 changed files with 3 additions and 1 deletions

View File

@ -74,6 +74,8 @@ jobs:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Login to DockerHub
uses: docker/login-action@v1
with:

View File

@ -13,7 +13,7 @@ jobs:
unit-tests:
strategy:
matrix:
go-version: [ "1.22-bookworm" ]
go-version: ["1.22-bookworm"]
runs-on: ubuntu-latest
steps:
- name: Checkout code