updates #207

Merged
vtolstov merged 23 commits from updates into v3 2023-03-24 00:29:35 +03:00
Showing only changes of commit bd0c309b71 - Show all commits

View File

@ -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