Merge pull request #36 from ItalyPaleAle/setup-go

This commit is contained in:
Luca Burgazzoli 2023-10-12 20:49:14 +02:00 committed by GitHub
commit 404ed1b6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: "Set up Go"
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version-file: 'go.mod'
- name: "Check"
run: make check
- name: "Build"

View File

@ -16,7 +16,7 @@ jobs:
- name: "Set up Go"
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version-file: 'go.mod'
- name: "Publish Images"
id: "publish"
run: |
@ -62,7 +62,7 @@ jobs:
- name: "SetUp Go"
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version-file: 'go.mod'
- name: 'SetUp KinD'
uses: container-tools/kind-action@v2
with:

View File

@ -14,7 +14,7 @@ jobs:
- name: "Set up Go"
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version-file: 'go.mod'
- name: "Publish Image"
id: "publish"
run: |
@ -42,7 +42,7 @@ jobs:
- name: "SetUp Go"
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version-file: 'go.mod'
- name: 'SetUp KinD'
uses: container-tools/kind-action@v2
with:

View File

@ -29,7 +29,7 @@ jobs:
- name: "Set up Go"
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version-file: 'go.mod'
- name: "Login to Container registry"
uses: docker/login-action@v3
with: