diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c0375e8de..e2c7117fcb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -253,6 +253,9 @@ jobs: go get github.com/Shopify/sarama@v1.22.0 # Temporary enforcing gorm to v1.22.4 to avoid the problems of v1.22.5 go get -v gorm.io/gorm@v1.22.4 + # Pin last version of golang.org/x/net, later version require + # os.ErrDeadlineExceeded which is only available for Go >=1.15 + go get golang.org/x/net@d418f374d - run: name: Wait for MySQL