update ci (#183)
All checks were successful
coverage / build (push) Successful in 3m43s
test / test (push) Successful in 20m34s

This commit is contained in:
2025-05-05 21:25:56 +05:00
committed by GitHub
parent 8956d790dc
commit f0afa24470
11 changed files with 77 additions and 29 deletions

13
.github/stale.sh vendored Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash -ex
export PATH=$PATH:$(pwd)/bin
export GO111MODULE=on
export GOBIN=$(pwd)/bin
#go get github.com/rvflash/goup@v0.4.1
#goup -v ./...
#go get github.com/psampaz/go-mod-outdated@v0.6.0
go list -u -m -mod=mod -json all | go-mod-outdated -update -direct -ci || true
#go list -u -m -json all | go-mod-outdated -update