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
I am getting this error while running the make command:
rm -rf /home/ubuntu/akc-dcm-cli/bin
go build -o /home/ubuntu/akc-dcm-cli/bin/dcm -ldflags "-X akc-dcm-cli/glossary/metadata.Version=1.1.2 -X akc-dcm-cli/glossary/metadata.CommitSHA=fda1173" /home/ubuntu/akc-dcm-cli/cmd/dcm.go
# akc-dcm-cli/utilities
utilities/cert.parse.go:141:43: privateKey.Public().(*rsa.PublicKey).Equal undefined (type *rsa.PublicKey has no field or method Equal)
utilities/cert.parse.go:151:45: privateKey.Public().(*ecdsa.PublicKey).Equal undefined (type *ecdsa.PublicKey has no field or method Equal)
Makefile:42: recipe for target 'build' failed
make: *** [build] Error 2
Any help would be appreciated.
Best regards,
The text was updated successfully, but these errors were encountered:
Hey there,
I am getting this error while running the
make
command:Any help would be appreciated.
Best regards,
The text was updated successfully, but these errors were encountered: