fork of
https://github.com/rancherlabs/drone-plugin-golangci-lint
https://hub.docker.com/r/rancher/drone-golangci-lint
supports go 1.22
9be1f83a3e | ||
---|---|---|
.drone.yml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
entrypoint.sh |
README.md
drone-plugin-golangci-lint
Drone plugin for golangci-lint.
Usage
The following snippet should be applied to the .drone.yml
file:
kind: pipeline
name: golangci-lint
steps:
- name: golangci-lint
image: rancher/drone-golangci-lint:latest
By default, this plugin will execute the run
command per other CI documentation for golangci-lint.