[WIP] Use a managed HTTP(S) transport implementation #374

Closed
carlosmn wants to merge 15 commits from cmn/go-http into main
1 changed files with 7 additions and 0 deletions
Showing only changes of commit b2ec6e6bfc - Show all commits

View File

@ -7,6 +7,13 @@ go:
script: make test-static
# The default of --recursive chokes on the libgit2 tests
git:
submodules: false
before_install:
- git submodule update --init
matrix:
allow_failures:
- go: tip