diff --git a/internal/versionupdate/check_version_update.go b/internal/versionupdate/check_version_update.go index a3d7c27..bdcbaca 100644 --- a/internal/versionupdate/check_version_update.go +++ b/internal/versionupdate/check_version_update.go @@ -42,7 +42,7 @@ func Check(currentVersion string) { // If we can't get the latest version, just return return } - + respBytes, err := io.ReadAll(response.Body) if err != nil { return