mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 10:48:15 +00:00
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:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user