bgp / stayrtr

RPKI-To-Router server implementation in Go
BSD 3-Clause "New" or "Revised" License
91 stars 13 forks source link

Manually set the version into the apps #125

Closed job closed 1 month ago

job commented 1 month ago

It appears that Go's method of feeding in the actual version highly depends on whether you build via make or via some other pipeline.

Hardcoding the application's version number in 1 place seems a reasonable approach