Hi 👋🏼
Yesterday we noticed this message (hetzner cloud changelog) in the Hetzner Cloud interface, and it seems they already updated the hcloud-go.
I am not familiar with upgrading dependencies in golang but I will create a PR shortly that updates hcloud-go from v2.1.1 to v2.2.0 (there was no other release in between) in the hopes that it 'just' works.
I ran go get github.com/hetznercloud/hcloud-go@v2.2.0 and go mod tidy afterwards which updated the go.mod and go.sum file entries as I expected.
I don't know if this breaks anything though.