Update workflows
Some checks failed
automerge / automerge (pull_request) Has been skipped
dependabot-automerge / automerge (pull_request) Has been skipped
autoapprove / autoapprove (pull_request) Successful in 7s
lint / lint (pull_request) Successful in 59s
test / test (pull_request) Has been cancelled

This commit is contained in:
Aleksandr Tolstikhin
2024-12-12 08:35:11 +07:00
parent 3b82efe621
commit dcf740c936
16 changed files with 121 additions and 259 deletions

13
.gitea/stale.sh 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