modern-go-application icon indicating copy to clipboard operation
modern-go-application copied to clipboard

Suggestion: add build automation/ tooling

Open andig opened this issue 2 years ago • 2 comments

I love using https://github.com/ldez/seihon for multi-arch docker builds. Adding https://goreleaser.com might be another addition, though both are on the build, less on the code side. And golangci-lint and...

andig avatar Mar 15 '22 22:03 andig

Not sure if you've seen, but there is actually a Makefile in the repo: https://github.com/sagikazarmark/modern-go-application/blob/main/Makefile

I haven't played much with multi-arch images in this repo, but I have that figured out in other projects.

I'm actually moving towards using Nix + go-task/make for tooling and build automation. I have it in other projects, I'll move them here as well soon.

sagikazarmark avatar Mar 16 '22 11:03 sagikazarmark

Thanks for sharing go-task; feel free to close.

andig avatar Mar 16 '22 16:03 andig