unkinben
|
b125630a86
|
fix: detect UpstreamError with errors.As in isNetworkError
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
The stale-on-error path used a bare type assertion, which fails if the
UpstreamError is ever wrapped. Use errors.As so wrapping is handled.
Refs #68
|
2026-07-02 00:27:43 +10:00 |
|