abatilo opened a new pull request #269: URL: https://github.com/apache/pulsar-client-go/pull/269
### Motivation Currently, the Pulsar Go Client is only tested against Go version 1.12. The motivation for this change is to help bring confidence that the Go client is compatible with multiple versions of Go, all being tested with each PR. ### Modifications I've modified the two GitHub Action workflows that are a part of this repo with a [matrix](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix) such that we test against multiple versions of Go. I've also modified the current `docker-ci.sh` script and `Dockerfile` to allow for injecting a different go version other than the default `1.12`. ### Verifying this change - [X] Make sure that the change passes the CI checks. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
