[v4] update ci (#216)
All checks were successful
sync / sync (push) Successful in 25s

* update ci

* disable coverage job && update sync job
This commit is contained in:
2025-05-03 12:40:19 +05:00
committed by GitHub
parent 8c745c3f74
commit d7ffae7b16
3 changed files with 15 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache-dependency-path: "**/*.sum"
go-version: 'stable'
go-version: 'stable'
- name: setup deps
run: go get -v ./...
- name: run lint