Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
b4f0c3e29a
commit
bd0c309b71
@ -10,11 +10,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: setup
|
- name: setup
|
||||||
uses: actions/setup-go
|
uses: https://gitea.com/actions/setup-go@v3
|
||||||
with:
|
|
||||||
go-version: 1.19
|
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout
|
uses: https://gitea.com/actions/checkout@v3
|
||||||
- name: deps
|
- name: deps
|
||||||
run: go get -v -t -d ./...
|
run: go get -v -t -d ./...
|
||||||
- name: test
|
- name: test
|
||||||
|
Loading…
Reference in New Issue
Block a user