Upstream release notes:
v2.2.0
- Updated to Go 1.16 to support darwin_arm64
v2.1.4
- Fix issue with vultr_instance.reserved_ip_id and
vultr_reserved_ip.attached_id conflicting
v2.1.3
- updated terraform-plugin-sdk to v1.8.0 -> v2.4.0
RELRO_SUPPORTED=no is set in lang/go/go-vars.mk which should remove the
need to use CHECK_RELRO_SKIP in go packages. This was not working
previously because check-relro.mk was using "PKGSRC_USE_RELRO" instead
of "_PKGSRC_USE_RELRO".
ok'd jperkin