Skip to content

Commit

Permalink
CI: Fix Go auto update PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Jan 16, 2024
1 parent 838ea0c commit 3cb045b
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 3cb045b

Please sign in to comment.