You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are you running to determine the version number? You actually shouldn't get a version number if you run go install because. (I can fix that by using https://pkg.go.dev/runtime/debug#ReadBuildInfo or something of the sort)
but this is what it looks like for me. Note the dev instead of 1.6.4
❯ go install github.com/cloudflare/cfssl/cmd/...@latest
❯ ~/go/bin/cfssl version
Version: dev
Runtime: go1.20.6
Hi.
I only get Version 1.2.0 when using
go install github.com/cloudflare/cfssl/cmd/...@latest
My System:
go: Version 1.20.6 linux/arm64
Raspberry Pi OS: Debian GNU/Linux 11 (bullseye)
uname -m results in: aarch64
However, for Nextcloud I will need cfssl version 1.6.3 at least.
Any ideas?
The text was updated successfully, but these errors were encountered: