This Woodpecker plugin prepare specified Go environment in the workflow.
- Shell 62.7%
- Dockerfile 37.3%
|
All checks were successful
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 |
||
|---|---|---|
| .markdownlint.json | ||
| .prettierrc | ||
| build.sh | ||
| Containerfile | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
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 |