Skip to content

Commit

Permalink
Merge pull request #17973 from spowelljr/fixGoPRTitle
Browse files Browse the repository at this point in the history
CI: Fix Go auto update PR title
  • Loading branch information
spowelljr authored Jan 19, 2024
2 parents 5af9a51 + 3cb045b commit be283c6
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 @@ -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@(.*)`},
Expand Down

0 comments on commit be283c6

Please sign in to comment.