Merge pull request #36 from ItalyPaleAle/setup-go
This commit is contained in:
commit
404ed1b6ac
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue