CI: Fix Go auto update PR title

pull/17973/head
Steven Powell 2024-01-16 10:07:17 -08:00
parent 838ea0c7fb
commit 3cb045b492
1 changed files with 1 additions and 1 deletions

View File

@ -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@(.*)`},