You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/06/06 15:06:41 UTC

[GitHub] [pulsar-client-go] abatilo opened a new pull request #269: Build and test with multiple versions of Go

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:
users@infra.apache.org



[GitHub] [pulsar-client-go] merlimat merged pull request #269: Build and test with multiple versions of Go

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #269:
URL: https://github.com/apache/pulsar-client-go/pull/269


   


----------------------------------------------------------------
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:
users@infra.apache.org