samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
111 stars 24 forks source link

makefile: use the simpler go1.16+ module aware install command #104

Closed phlogistonjohn closed 2 years ago

phlogistonjohn commented 2 years ago

The command go install <pkg>@<ver> accomplishes what all that ugly embedded shell script did. This command also makes the makefile rules that install these tools consistently print a note indicating the tool was installed.