Woodpecker plugin for golangci-lint utility.
  • Shell 73.2%
  • Dockerfile 23.9%
  • Go 2.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
renovate-bot c57526349c
All checks were successful
ci/woodpecker/push/change_log Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
ci/woodpecker/cron/vulnerability Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
ci/woodpecker/cron/auto_merge Pipeline was successful
ci/woodpecker/cron/release Pipeline was successful
maint: Update go module directive to v1.26.5 #14
Merged automatically
2026-07-27 03:22:26 +00:00
test maint: Update go module directive to v1.26.5 #14 2026-07-27 03:22:26 +00:00
.gitignore Dynamically fetch golangci-lint (#6) 2026-03-01 18:41:24 +01:00
.markdownlint.json initial commit 2026-02-18 19:56:17 +01:00
.prettierrc initial commit 2026-02-18 19:56:17 +01:00
build.sh Skip of no go.mod file (#10) 2026-04-10 21:25:43 +00:00
Containerfile Update docker.io/library/busybox:glibc Docker digest to 1cfa4e2 #11 2026-05-23 07:05:10 +00:00
LICENSE add license 2026-04-11 13:49:41 +02:00
README.md point to forgejo url 2026-03-23 19:14:19 +01:00
renovate.json ci: Use central renovate.json (#12) 2026-07-19 11:46:43 +00:00
test.sh point to forgejo url 2026-03-23 19:14:19 +01:00

Container with golangci-lint for Woodpecker CI

This is a plugin for Woodpecker CI that verify Go code with golangci-lint utility.

Usage

It can be used at any event after go preparation step.

steps:
  - name: Prepare go
    image: code.thinkaboutit.tech/pandora/prepare-go.woodpecker
    settings:
      version: 1.26
  - name: Lint Go code
    image: code.thinkaboutit.tech/pandora/golangci-lint.woodpecker
    settings:
      debug: true

Settings

Name Default value Description
context Project_root Path to go.mod