fix version defs
1 unresolved thread
1 unresolved thread
Compare changes
+ 6
− 2
@@ -2,7 +2,9 @@
@@ -21,7 +23,9 @@ build() {
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
Why is
cilium/cilium/stable.txt
followed and not the one in the root of the project?https://github.com/cilium/cilium-cli/blob/main/stable.txt
I see, https://github.com/cilium/cilium-cli/blob/main/Makefile#L10
Exactly. I've hardcoded it, so at least it's reproducible on our side. And it does fix 'cilium-cli install'.