fix version defs
1 unresolved thread
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
This brings the version strings defined through 'go build -ldflags' up to date with upstream.
The CLI version definition in the PKGBUILD has been broken for a while, but 1.16.17 introduced a new definition for the default image that broke actual 'cilium-cli install':
$ cilium-cli install
strconv.ParseUint: parsing "": invalid syntax
This reverts commit 641b09ab.