Melkeydev / go-blueprint

Go-blueprint allows users to spin up a quick Go project using a popular framework
MIT License
2.07k stars 141 forks source link

[Feature Request] Implement Own CI/CD for Running Golang Linter Instead of Node.js #208

Closed H0llyW00dzZ closed 1 month ago

H0llyW00dzZ commented 1 month ago

Tell us about your feature request

It would be better to implement our own CI/CD for running the Golang linter, as it looks confusing to run it using Node.js instead of Go.

For example, see how confusing running on Node.js this looks: image

Disclaimer

briancbarrow commented 1 month ago

@H0llyW00dzZ Do you have any suggestions for what we could use?

H0llyW00dzZ commented 1 month ago

@H0llyW00dzZ Do you have any suggestions for what we could use?

@briancbarrow, golangci-lint can be installed independently from https://golangci-lint.run/

I think it's possible to create something similar to their CI/CD, but running in Golang instead of TypeScript/JavaScript.

H0llyW00dzZ commented 1 month ago

because their CI/CD use this https://golangci-lint.run/

Ujstor commented 1 month ago

I was cooking with @MitchellBerend