From 87f8d838705ee7317c38e5a32823f4f2a888862e Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Mon, 7 Aug 2023 11:30:14 -0700 Subject: [PATCH] CI: Fix gopogh version in PR title --- hack/update/get_version/get_version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update/get_version/get_version.go b/hack/update/get_version/get_version.go index 7cd9fd0eba..1992f17338 100644 --- a/hack/update/get_version/get_version.go +++ b/hack/update/get_version/get_version.go @@ -44,7 +44,7 @@ var dependencies = map[string]dependency{ "go": {"Makefile", `GO_VERSION \?= (.*)`}, "go-github": {"go.mod", `github\.com\/google\/go-github\/.* (.*)`}, "golint": {"Makefile", `GOLINT_VERSION \?= (.*)`}, - "gopogh": {"hack/jenkins/common.sh", `github.com/medyagh/gopogh/cmd/gopogh@(.*)`}, + "gopogh": {"hack/jenkins/installers/check_install_gopogh.sh", `github.com/medyagh/gopogh/cmd/gopogh@(.*)`}, "gotestsum": {"hack/jenkins/installers/check_install_gotestsum.sh", `gotest\.tools/gotestsum@(.*)`}, "hugo": {"netlify.toml", `HUGO_VERSION = "(.*)"`}, "ingress": {addonsFile, `ingress-nginx/controller:(.*)@`},