• 1.2.0 fd30ae285e

    v1.2.0
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    Stable

    onlyati released this 2026-04-10 21:29:02 +00:00 | 2 commits to main since this release

    What's new

    Features

    • Skip if no go.mod file (#10)
    Downloads
  • 1.1.1 790be45dba

    v1.1.1
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/cron/trivy Pipeline was successful
    ci/woodpecker/cron/renovate Pipeline was successful
    Stable

    onlyati released this 2026-03-25 20:31:06 +00:00 | 3 commits to main since this release

    What's new

    Maintenance

    Downloads
  • 1.1.0 d1903d3608

    v1.1.0
    All checks were successful
    ci/woodpecker/cron/renovate Pipeline was successful
    Stable

    OnlyAti released this 2026-03-01 17:42:08 +00:00 | 5 commits to main since this release

    What's new

    Features

    Downloads
  • 1.0.1 b049122130

    v1.0.1 Stable

    OnlyAti released this 2026-02-24 18:53:01 +00:00 | 7 commits to main since this release

    Downloads
  • 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