mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-12 08:00:05 +01:00
The go-modules approach is a bit broken: https://github.com/golang/go/issues/29228 To resolve that, we now compute that version using `git describe` and set it using `ldflags`. While this is not as nice/builtin as the other approach, it at least works all the time and across go versions. Furthermore, I did refactor the Makefile in preparation for an AUR package that builds from source and for building release artifacts in CI. |
||
|---|---|---|
| .. | ||
| init.go | ||
| init_test.go | ||
| install.go | ||
| install_test.go | ||
| main.go | ||
| main_test.go | ||
| rewrite.go | ||
| update.go | ||