merlimat opened a new pull request #632: URL: https://github.com/apache/pulsar-client-go/pull/632
### Motivation CI is currently broken because the `go mod download` is failing in the docker images for Go 1.11 and 1.12. ``` go: gopkg.in/[email protected]: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /pkg/mod/cache/vcs/7e5fa1eab4705eb80c9746632736cea906708d060702d529df6241d1c8c2c9f9: exit status 128: fatal: unable to access 'https://gopkg.in/check.v1/': server certificate verification failed. CAfile: none CRLfile: none go: gopkg.in/[email protected]: unknown revision 788fd7840127 ``` Removing 1.11 and 1.12 from CI and adding newer versions 1.15, 1.16 and 1.17. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
