Skip to content

Commit 705bf25

Browse files
committed
append v4 in tags name for update worker
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
1 parent 59b95ec commit 705bf25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/zos-update-worker/internal/update_worker.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import (
1919
type Network string
2020

2121
var (
22-
MainNetwork Network = "production"
23-
TestNetwork Network = "testing"
24-
QANetwork Network = "qa"
22+
MainNetwork Network = "production-v4"
23+
TestNetwork Network = "testing-v4"
24+
QANetwork Network = "qa-v4"
2525
)
2626

2727
type Params struct {

0 commit comments

Comments
 (0)