Files
nebula/cmd/nebula-cert
Wade Simmons 36c890eaad populate default Build version if missing (#1386)
* populate default Build version if missing

Use the Go module information built into the binary if the Build var
wasn't set during the build.

This means if you install via a specific tag, you get:

    go install github.com/slackhq/nebula/cmd/nebula@v1.9.5

    $ nebula -version
    Version: 1.9.5

And if you install master, you get:

    go install github.com/slackhq/nebula/cmd/nebula@master

    $ nebula -version
    Version: 1.9.5-0.20250408154034-18279ed17b10

* also default in the library

* cleanup
2025-11-14 08:58:15 -05:00
..
2025-03-06 11:28:26 -06:00
2024-10-10 18:00:22 -05:00
2024-09-09 17:51:58 -04:00
2024-09-09 17:51:58 -04:00
2025-03-06 11:28:26 -06:00
2025-03-06 11:28:26 -06:00
2019-11-19 10:31:59 -08:00
2019-11-19 17:00:20 +00:00
2025-03-06 11:28:26 -06:00