germanbrew / terraform-provider-hetznerdns

Terraform provider for Hetzner DNS
https://registry.terraform.io/providers/germanbrew/hetznerdns/latest
Mozilla Public License 2.0
16 stars 0 forks source link

add devtool install to Makefile #94

Closed kimdre closed 2 months ago

jkroepke commented 2 months ago

@kimdre instead using plain old makefile + go install, take a look at tools pattern.

https://marcofranssen.nl/manage-go-tools-via-go-modules

Instead latest, the version could be bumped and manged via go.mod/renovate.

that garantuees that everyone use the same version.