You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there plans to switch the dockerfiles to Go 1.7?
I am planning to add some net/http.Client and net/http.Transport customizations to my storage driver. Go 1.7 offers many knobs that prior Go versions do not have. Therefore I'm trying to update my driver and send a pull request but since the project still builds with 1.6, that does not seem possible today.