File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
hack/update/gopogh_version Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,24 +32,24 @@ const (
3232
3333var (
3434 schema = map [string ]update.Item {
35- ".github/workflows/master.yml " : {
35+ "Makefile " : {
3636 Replace : map [string ]string {
37- `github.com/medyagh/gopogh/cmd/gopogh@.*` : `github.com/medyagh/gopogh/cmd/gopogh@{{.StableVersion}}` ,
37+ `github.com/medyagh/gopogh/cmd/gopogh@.*; ` : `github.com/medyagh/gopogh/cmd/gopogh@{{.StableVersion}}; ` ,
3838 },
3939 },
40- ".github/workflows/pr .yml" : {
40+ ".github/workflows/functional_verified .yml" : {
4141 Replace : map [string ]string {
4242 `github.com/medyagh/gopogh/cmd/gopogh@.*` : `github.com/medyagh/gopogh/cmd/gopogh@{{.StableVersion}}` ,
4343 },
4444 },
45- ".github/workflows/functional_verified.yml " : {
45+ "hack/jenkins/common.ps1 " : {
4646 Replace : map [string ]string {
4747 `github.com/medyagh/gopogh/cmd/gopogh@.*` : `github.com/medyagh/gopogh/cmd/gopogh@{{.StableVersion}}` ,
4848 },
4949 },
50- "hack/jenkins/common.ps1 " : {
50+ "hack/legacy_fill_db/filldb.go " : {
5151 Replace : map [string ]string {
52- `github.com/medyagh/gopogh/cmd/gopogh@.*` : `github.com/medyagh/gopogh/cmd/gopogh@{{.StableVersion}}` ,
52+ `'go install github.com/medyagh/gopogh/cmd/gopogh@.*' ` : `'go install github.com/medyagh/gopogh/cmd/gopogh@{{.StableVersion}}' ` ,
5353 },
5454 },
5555 "hack/jenkins/installers/check_install_gopogh.sh" : {
You can’t perform that action at this time.
0 commit comments