3scale / 3scale-istio-adapter

Red Hat 3scale Istio Mixer Adapter - Add 3scale's API Management to the Service Mesh
Apache License 2.0
32 stars 19 forks source link

Makefile: fix compilation under Go 1.16 #187

Closed unleashed closed 3 years ago

unleashed commented 3 years ago

Go 1.16 changes the default GO111MODULE mechanism to assume on (a module package).

Change to auto to perform autodetection rather than assuming.