CI: Fix Go auto update PR title
parent
838ea0c7fb
commit
3cb045b492
|
@ -42,7 +42,7 @@ var dependencies = map[string]dependency{
|
|||
"flannel": {"pkg/minikube/cni/flannel.yaml", `flannel:(.*)`},
|
||||
"gcp-auth": {addonsFile, `k8s-minikube/gcp-auth-webhook:(.*)@`},
|
||||
"gh": {"hack/jenkins/installers/check_install_gh.sh", `GH_VERSION="(.*)"`},
|
||||
"go": {"Makefile", `GO_VERSION \?= (.*)`},
|
||||
"go": {"Makefile", `\nGO_VERSION \?= (.*)`},
|
||||
"go-github": {"go.mod", `github\.com\/google\/go-github\/.* (.*)`},
|
||||
"golint": {"Makefile", `GOLINT_VERSION \?= (.*)`},
|
||||
"gopogh": {"hack/jenkins/installers/check_install_gopogh.sh", `github.com/medyagh/gopogh/cmd/gopogh@(.*)`},
|
||||
|
|
Loading…
Reference in New Issue