Vendoring in Go 1.13+ probably doesn't work the way you expect, and neither do environment variables in Makefiles. If you maintain a Terraform provider, it's likely your vendor/
directory is being completely ignored during builds and releases.
Add this to the top of your Makefile/GNUMakefile:
.EXPORT_ALL_VARIABLES: