1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-31 21:55:34 +02:00
Oleksandr Redko c65b2258cb
fix: pass context.Context to HTTP requests ()
This PR adds using `context.Context` in HTTP requests. Changes are
similar to .

Additionally, it enables `noctx` to automatically detect missing
context:
```
internal/pipe/webhook/webhook.go:85:29: should rewrite http.NewRequestWithContext or add (*Request).WithContext (noctx)
internal/pipe/linkedin/client.go:68:27: (*net/http.Client).Get must not be called (noctx)
internal/pipe/linkedin/client.go:101:27: (*net/http.Client).Get must not be called (noctx)
internal/pipe/linkedin/client.go:172:28: (*net/http.Client).Post must not be called (noctx)
```
2024-11-16 10:16:54 -03:00
..
2024-05-26 15:02:57 -03:00
2023-06-14 23:59:55 -03:00
2021-04-25 14:20:49 -03:00
2024-06-22 22:43:57 -03:00
2024-05-26 15:02:57 -03:00
2024-11-04 23:08:34 -03:00
2024-06-05 16:28:17 -03:00