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 .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.43.0
version: v1.45.2
1 change: 1 addition & 0 deletions net/http/retryable.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var (
http.StatusTooManyRequests: true,
http.StatusBadGateway: true,
http.StatusGatewayTimeout: true,
http.StatusRequestTimeout: true,

// 524 is a Cloudflare specific error which indicates it connected to the origin server but did not receive
// response within 100 seconds and so times out.
Expand Down