[v4] update ci (#164)
All checks were successful
coverage / build (push) Successful in 6m27s
sync / sync (push) Successful in 10m7s
test / test (push) Successful in 15m15s

* update ci

* update ci

* added commit hash check to avoid unnecessary repository cloning
This commit is contained in:
2025-05-05 21:24:55 +05:00
committed by GitHub
parent b7f2d44c6f
commit 05740fa208
6 changed files with 68 additions and 90 deletions

3
go.mod
View File

@@ -14,11 +14,8 @@ require (
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/spf13/cast v1.7.1 // indirect
golang.org/x/sys v0.30.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
)