mirror of
https://github.com/thegeeklab/drone-plugin-lib.git
synced 2024-11-05 02:40:40 +00:00
Remove golang 1.13 only value
This commit is contained in:
parent
4914fdebc7
commit
60574b42f0
@ -55,7 +55,6 @@ func NetworkFromContext(ctx *cli.Context) Network {
|
||||
KeepAlive: 30 * time.Second,
|
||||
DualStack: true,
|
||||
}).DialContext,
|
||||
ForceAttemptHTTP2: true,
|
||||
MaxIdleConns: 100,
|
||||
IdleConnTimeout: 90 * time.Second,
|
||||
TLSHandshakeTimeout: 10 * time.Second,
|
||||
|
Loading…
Reference in New Issue
Block a user