rewrite publishing-bot verify script in go

- setup scripts to trigger publishing-bot verify
- add golang verify script and remove python verification code
- pin k8s.io/publishing-bot to v0.5.0

Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
This commit is contained in:
Akhil Mohan
2024-06-29 22:06:53 +05:30
parent 1dbf0830c5
commit b0bf3fba54
6 changed files with 285 additions and 137 deletions

View File

@@ -36,4 +36,8 @@ import (
// tools like cpu
_ "go.uber.org/automaxprocs"
// for publishing bot
_ "golang.org/x/mod/modfile"
_ "k8s.io/publishing-bot/cmd/publishing-bot/config"
)