Describe the bug
Error during installing: Bare-Metal, 3. Build process and OpenCloud initialization
Steps to reproduce
make clean generate
Expected behavior
No error
Actual behavior
Ends with error:
make[1]: Entering directory '/root/opencloud/services/graph'
(re)installing /root/go/bin/mockery-v2.53.0
go: mockery.mod requires go >= 1.24 (running go 1.22.2)
make[1]: *** [../../.bingo/Variables.mk:78: /root/go/bin/mockery-v2.53.0] Error 1
make[1]: Leaving directory '/root/opencloud/services/graph'
make: *** [Makefile:146: generate] Error 1
Setup
Proxmox with Ubuntu 24.04 CT
Additional context
I am not a Linux specialist, but I believe that the first command in the bare metal documentation is not quite correct?
Shouldn't "sudo apt update && upgrade" be "sudo apt update && apt upgrade"?
Describe the bug
Error during installing: Bare-Metal, 3. Build process and OpenCloud initialization
Steps to reproduce
make clean generate
Expected behavior
No error
Actual behavior
Ends with error:
make[1]: Entering directory '/root/opencloud/services/graph'
(re)installing /root/go/bin/mockery-v2.53.0
go: mockery.mod requires go >= 1.24 (running go 1.22.2)
make[1]: *** [../../.bingo/Variables.mk:78: /root/go/bin/mockery-v2.53.0] Error 1
make[1]: Leaving directory '/root/opencloud/services/graph'
make: *** [Makefile:146: generate] Error 1
Setup
Proxmox with Ubuntu 24.04 CT
Additional context
I am not a Linux specialist, but I believe that the first command in the bare metal documentation is not quite correct?
Shouldn't "sudo apt update && upgrade" be "sudo apt update && apt upgrade"?