This Woodpecker plugin prepare specified Go environment in the workflow.
- Shell 62.7%
- Dockerfile 37.3%
| .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 |