mumoshu / variant2

Turn your bash scripts into a modern, single-executable CLI app today
MIT License
141 stars 11 forks source link

Use the same version of sdk as variant for `variant export` #41

Closed mumoshu closed 3 years ago

mumoshu commented 3 years ago

This changes the build script to embed the version number of variant deduced from GITHUB_REF in GitHub Actions, and enhances variant export to embed that version in generated go.mod files.

Fixes #36