add script to automate gopogh version update

pull/9853/head
Predrag Rogic 2020-12-04 12:37:55 +00:00
parent 9f5d501509
commit c343113d68
No known key found for this signature in database
GPG Key ID: F1FF5748C4855229
1 changed files with 0 additions and 1 deletions

View File

@ -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)