All "naked" version tags from gx are now prefixed with gx/
. The old ones should be removed from local checkouts to avoid repushing. This command removes local tags that don't exist on the remote.
git fetch --prune <remote> '+refs/tags/*:refs/tags/*'
This template does CI for both gx and go-mod:
https://github.com/ipfs/ci-helpers/blob/master/travis-ci/travis.example.yml