Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Dec 6, 2024
1 parent 00f9b0c commit f3efd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func getBundle(org, repo, release string) ([]byte, error) {
return cached.([]byte), nil
}

client := http.Client{}
client := http.DefaultClient
req, err := http.NewRequest(http.MethodGet, url, nil)
if err != nil {
return nil, fmt.Errorf("http request error: %w", err)
Expand Down

0 comments on commit f3efd5a

Please sign in to comment.