add script to automate gopogh version update
parent
9f5d501509
commit
c343113d68
|
|
@ -91,7 +91,6 @@ func main() {
|
|||
if err != nil || stable == "" {
|
||||
klog.Fatalf("Unable to get gopogh stable version: %v", err)
|
||||
}
|
||||
stable = "v1.2.3"
|
||||
data := Data{StableVersion: stable}
|
||||
klog.Infof("gopogh stable version: %s", data.StableVersion)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue