Skip to content

Commit 55d7a86

Browse files
committed
fix update-gopogh-version
1 parent e0e584a commit 55d7a86

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

hack/update/gopogh_version/gopogh_version.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@ const (
3232

3333
var (
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": {

0 commit comments

Comments
 (0)