Skip to content

Commit

Permalink
Merge pull request #17019 from spowelljr/fixGopoghVersion
Browse files Browse the repository at this point in the history
CI: Fix gopogh version in PR title
  • Loading branch information
medyagh authored Aug 7, 2023
2 parents e4823aa + 87f8d83 commit b4a7ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update/get_version/get_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:(.*)@`},
Expand Down

0 comments on commit b4a7ca2

Please sign in to comment.