|
|
@ -19,7 +19,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
|
|
|
fetch-depth: 0
|
|
|
|
- name: Set up Go
|
|
|
|
- name: Set up Go
|
|
|
|
uses: actions/setup-go@v3
|
|
|
|
uses: actions/setup-go@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
go-version: 1.18.x
|
|
|
|
go-version: 1.18.x
|
|
|
|
- uses: dominikh/staticcheck-action@ba605356b4b29a60e87ab9404b712f3461e566dc #v1.3.0
|
|
|
|
- uses: dominikh/staticcheck-action@ba605356b4b29a60e87ab9404b712f3461e566dc #v1.3.0
|
|
|
@ -44,7 +44,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
|
|
|
fetch-depth: 0
|
|
|
|
- name: Set up Go
|
|
|
|
- name: Set up Go
|
|
|
|
uses: actions/setup-go@v3
|
|
|
|
uses: actions/setup-go@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
go-version: 1.18.x
|
|
|
|
go-version: 1.18.x
|
|
|
|
- name: Run tests
|
|
|
|
- name: Run tests
|
|
|
@ -66,7 +66,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
|
|
|
fetch-depth: 0
|
|
|
|
- name: Set up Go
|
|
|
|
- name: Set up Go
|
|
|
|
uses: actions/setup-go@v3
|
|
|
|
uses: actions/setup-go@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
go-version: 1.18.x
|
|
|
|
go-version: 1.18.x
|
|
|
|
- name: Login to Docker Hub
|
|
|
|
- name: Login to Docker Hub
|
|
|
|