When using the quick start for go (jx create quickstart -l go), it does not use the Git Hub org you select for your repo when generating the JenkinsFile (it uses your default org). So REPLACE_ME_ORG in https://github.com/jenkins-x/draft-packs/blob/2.1/packs/go/Jenkinsfile is not being replaced with the github org my application is created it.
However, the second point (not using the org that the user selects when setting the org for the Jenkinsfile) is still not correct. Perhaps this can be fixed when #57 is worked on...
I ran into the following two issues with the Go Draft pack in the 2.1 branch:
jx create quickstart -l go
), it does not use the Git Hub org you select for your repo when generating the JenkinsFile (it uses your default org). SoREPLACE_ME_ORG
in https://github.com/jenkins-x/draft-packs/blob/2.1/packs/go/Jenkinsfile is not being replaced with the github org my application is created it.