Bump Go to 1.27.0 (#14)
CI / vulncheck (push) Successful in 8s
CI / check-and-test (push) Successful in 35s

This commit was merged in pull request #14.
This commit is contained in:
s1d3sw1ped_bot
2026-08-31 20:04:49 -05:00
parent 81b3a7df53
commit 2a2cd8d393
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -357,7 +357,7 @@ func newHTTPTransport() *http.Transport {
DialContext: (&net.Dialer{
Timeout: 10 * time.Second, // Faster connection timeout
KeepAlive: 60 * time.Second, // Longer keep-alive
DualStack: true, // Enable dual-stack (IPv4/IPv6)
// Dual-stack Happy Eyeballs is the default since Go 1.12 (DualStack is deprecated).
}).DialContext,
// Timeout optimizations