ardanlabs / service

Starter-kit for writing services in Go using Kubernetes.
https://www.ardanlabs.com
Apache License 2.0
3.4k stars 612 forks source link

Fix make dev-gotooling #383

Closed loadkpi closed 2 weeks ago

loadkpi commented 2 weeks ago

Hello, thanks for this starter-kit!

It seems there are typos in make dev-gotooling command causing such error:

go: honnef.co/go/tools/programs/staticcheck@latest: module honnef.co/go/tools@latest found (v0.4.7), but does not contain package honnef.co/go/tools/programs/staticcheck
make: *** [makefile:141: dev-gotooling] Error 1
ardan-bkennedy commented 2 weeks ago

Weird this has been wrong :(. Thanks