• 1.1.4 0604697708

    v1.1.4
    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-04-08 19:22:40 +00:00 | 2 commits to main since this release

    What's new

    Maintenance

    Downloads
  • 1.1.3 e0b46ad9df

    v1.1.3
    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:56 +00:00 | 3 commits to main since this release

    What's new

    Maintenance

    Downloads
  • 1.1.2 fe3f4f425b

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

    OnlyAti released this 2026-03-17 18:20:15 +00:00 | 5 commits to main since this release

    Downloads
  • 1.1.1 f64c05b5b7

    v1.1.1 Stable

    OnlyAti released this 2026-03-01 18:36:12 +00:00 | 6 commits to main since this release

    What's new

    Bugfixes

    • Fix typo in the ca-cert path in envvars
    Downloads
  • 1.1.0 13c145d9eb

    v1.1.0 Stable

    OnlyAti released this 2026-02-28 22:57:51 +00:00 | 8 commits to main since this release

    What's new

    Features

    • Check for checksum and looking for major version only
    Downloads
  • 1.0.0 54f085ec30

    v1.0.0 Stable

    OnlyAti released this 2026-02-26 00:12:04 +00:00 | 9 commits to main since this release

    Prepare go environment

    This plugin prepares a Go environment for subsequent steps.

    Usage

    It can be used at any event.

    steps:
      - name: Prepare go
        image: git.thinkaboutit.tech/pandora/prepare-go.woodpecker
        settings:
          version: 1.26.0
          debug: true
    

    Settings

    Name Default value Description
    version Version number of Go
    Downloads