Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only receive cfssl version 1.2.0 on Raspberry Pi 4 #1314

Open
Albusoline opened this issue Jul 31, 2023 · 3 comments
Open

Only receive cfssl version 1.2.0 on Raspberry Pi 4 #1314

Albusoline opened this issue Jul 31, 2023 · 3 comments

Comments

@Albusoline
Copy link

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?

@nickysemenza
Copy link
Member

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

@Albusoline
Copy link
Author

Actually I may have used
go install github.com/cloudflare/cfssl/cmd/cfssl@latest
instead of
go install github.com/cloudflare/cfssl/cmd/...@latest

Version checked with:
cfssl version

@nickysemenza
Copy link
Member

what does which cfssl give you? it's possible an older version could be taking precedence in your PATH over the one in GOROOT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants