Bump Go to 1.27.0 #14

Merged
Ghost merged 2 commits from chore/go-1.27 into main 2026-08-31 20:04:50 -05:00
Showing only changes of commit 67f7195ba1 - Show all commits
+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