Comment 1 for bug 1583426

Revision history for this message
Leo Arias (elopio) wrote :

I can build the snap by changing the parts like this:

parts:
  vault:
    plugin: go
    go-packages:
      - github.com/hashicorp/vault

Which is suboptimal because then I can only make the snap from the master branch. I would like to make the snap from the latest tag instead.