We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74a576 commit c9bdbabCopy full SHA for c9bdbab
cmd/syncflaer/main.go
@@ -22,7 +22,7 @@ func checkVersionUpdate() {
22
githubClient := github.NewClient(nil)
23
latestRelease, _, err := githubClient.Repositories.GetLatestRelease(context.Background(), "containeroo", "syncflaer")
24
if err != nil {
25
- log.Errorf("Failed to get latest release: %s", err)
+ log.Debugf("Failed to get latest release: %s", err)
26
return
27
}
28
if latestRelease.GetTagName() != fmt.Sprintf("v%s", version) {
0 commit comments