This Woodpecker plugin prepare specified Go environment in the workflow.
  • Shell 62.7%
  • Dockerfile 37.3%
Find a file
renovate-bot 4c91193d91
All checks were 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
Update all dependencies (#11)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| docker.io/library/debian | stage | digest | `ed87500` → `1275c56` |

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTQuNSIsInVwZGF0ZWRJblZlciI6IjQzLjIxNC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #11
2026-06-12 09:26:39 +00:00
.markdownlint.json Initial commit 2026-02-25 22:54:50 +01:00
.prettierrc Initial commit 2026-02-25 22:54:50 +01:00
build.sh fix location of ca-certs in envvars 2026-03-01 19:35:05 +01:00
Containerfile Update all dependencies (#11) 2026-06-12 09:26:39 +00:00
LICENSE add license 2026-04-11 13:49:41 +02:00
README.md point to forgejo url 2026-03-23 19:19:37 +01:00
renovate.json remove woodpecker jobs, renovate open one PR 2026-04-11 01:05:13 +02:00

Prepare go environment

This plugin prepares a Go environment for subsequent steps. This plugin supports the latest two major versions of Go.

Usage

It can be used at any event.

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

Settings

Name Default value Description
version Major version of Go