• 1.0.0 281fab008f

    v1.0.0 Stable

    OnlyAti released this 2026-02-18 19:43:01 +00:00 | 8 commits to main since this release

    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.

    steps:
      - name: Lint Go code
        image: git.thinkaboutit.tech/pandora/golangci-lint.woodpecker
        settings:
          debug: true
    

    Settings

    Name Default value Description
    context Project_root Path to go.mod
    Downloads