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