[v4] update ci (#167)
All checks were successful
coverage / build (push) Successful in 4m48s
sync / sync (push) Successful in 11m34s
test / test (push) Successful in 13m25s

* update ci

* added commit hash check to avoid unnecessary repository cloning
This commit is contained in:
2025-05-05 21:24:50 +05:00
committed by GitHub
parent 88a553d931
commit c1e2eda3e5
5 changed files with 99 additions and 37 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