add autoupdate
Some checks failed
/ autoupdate (push) Failing after 36s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2023-09-23 13:35:04 +03:00
parent 27bf1c3d84
commit a52db1969b
3 changed files with 9 additions and 3 deletions

View File

@ -7,7 +7,13 @@ jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: setup-go
uses: https://gitea.com/actions/setup-go@v3
with:
go-version: 1.21
- name: checkout
uses: https://gitea.com/actions/checkout@v3
- name: get
run: GOBIN=/bin go get git.unistack.org/unistack-org/cmd/pkgdashcli@latest
- name: autoupdate
run: echo "autoupdate"
run: pkgdashcli pr

View File

@ -12,7 +12,7 @@ jobs:
- name: setup-go
uses: https://gitea.com/actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
- name: checkout
uses: https://gitea.com/actions/checkout@v3
- name: deps

View File

@ -14,7 +14,7 @@ jobs:
- name: setup-go
uses: https://gitea.com/actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
- name: deps
run: go get -v -t -d ./...
- name: test