Upgrade go-agentx to v0.3.0, containing my ordering fix

This commit is contained in:
Pim van Pelt
2025-11-21 10:08:23 +01:00
parent a0d5c61643
commit b6d2e3b629
6 changed files with 27 additions and 23 deletions

View File

@@ -16,7 +16,7 @@ import (
"govpp-snmp-agentx/vpp"
)
const Version = "1.1.7-1"
const Version = "1.2.0-1"
func main() {
debug := flag.Bool("debug", false, "Enable debug logging")