Libvirt and golanglint-ci issues #3462
-
Hello,
I don't understand the error, and it might be possible that I've configured something wrongly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The Go package - name: Install [some dependency]
run: sudo apt-get install -y [dependency] |
Beta Was this translation helpful? Give feedback.
The Go package
libvirt.org/go/libvirt
provides CGo binding from the OS native Libvirt API. This means that you need to installlibvirt
for your code to compile and be able to lint. Judging by your provided yaml file you're not doing this so you need to add steps for this. I'm not familiar with how to install this dependency but in its simplest form, for an OS like Ubuntu all you would have to do is add the following steps before linting: