Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
2.0.52
2.0.53
2 changes: 1 addition & 1 deletion command/update/update.go
Original file line numberDiff line numberDiff line change
Expand Up@@ -45,7 +45,7 @@ func runUpdate(cmd *cobra.Command) error {
fmt.Fprintln(w, pterm.Green("✓")+" Platform: "+runtime.GOOS+"/"+runtime.GOARCH)
fmt.Fprintln(w, pterm.Green("✓")+" Version: v"+state.Version)

applyClient := &http.Client{Timeout: 30 * time.Second}
applyClient := &http.Client{Timeout: 5 * time.Minute}
data, err := update.DownloadUpdate(applyClient, state)
if err != nil {
return fmt.Errorf("downloading update: %w", err)
Expand Down
Loading