updates #207

Merged
vtolstov merged 293 commits from updates into v3 2023-03-24 00:29:35 +03:00
188 changed files with 7780 additions and 3811 deletions
Showing only changes of commit 8cb02f2b08 - Show all commits

View File

@@ -27,7 +27,7 @@ jobs:
ref: master
filter: 'blob:none'
repository: unistack-org/micro-tests
path: /workspace/${{ github.repository_owner }}/micro-tests
path: micro-tests
- name: setup go
uses: actions/setup-go@v5
with:
@@ -37,9 +37,9 @@ jobs:
env:
GOWORK: /workspace/${{ github.repository_owner }}/go.work
run: |
cd ../
go work init
ls | grep -v go | xargs go work use
go work use .
go work use micro-tests
- name: setup deps
env:
GOWORK: /workspace/${{ github.repository_owner }}/go.work