skip to content
Alvin Lucillo

Golang lint ci

/ 1 min read

💻 Tech

Including lint validation in your CI process is important not only to catch syntax errors but also potential production bug: docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.61 golangci-lint run -v