linting
golangci-lint running in the pipeline.
ci-bitbucket adds a Bitbucket Pipelines configuration to your Go service for automated build, test, and deploy.
bitbucket-pipelines.yml with build, test, and deploy stepsUse ci-bitbucket for services hosted on Bitbucket. The pipeline covers the standard Go CI workflow — build, test, and deploy — without manual YAML authoring.
Suggests: linting, testing, docker
verikt new my-service --language go --cap ci-bitbucket# or add to an existing service:verikt add ci-bitbucketlinting
testing
docker