Netdata go.d.plugin missing

@Jappe Are you sure? After looking at git logs, i think debian package is built without go plugins.

@stachu For now better would be use netdata repository.

Remove netdata:

sudo dietpi-software uninstall 65

Add key and repository:

sudo wget https://repo.netdata.cloud/netdatabot.gpg.key -O /etc/apt/trusted.gpg.d/netdata.asc
echo "deb https://repo.netdata.cloud/repos/stable/debian/ bookworm/" | sudo tee /etc/apt/sources.list.d/netdata.list

Update and install netdata:

sudo apt update
sudo apt install netdata

Now you should be able to use go plugin.