-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
25 lines (25 loc) · 890 Bytes
/
plugin.yml
File metadata and controls
25 lines (25 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: Setup Go Buildkite Plugin
description: Install Go via mise, export the Go toolchain, and wire Go caches for Buildkite steps.
author: https://github.com/buildkite
requirements:
- curl
- tar
configuration:
additionalProperties: false
properties:
version:
type: string
description: Go version to install, for example 1.24.0 or 1.24.
version-file:
type: string
description: Path to a file containing the Go version. Relative paths are resolved from dir.
dir:
type: string
description: Directory where version discovery runs. Defaults to the checkout directory.
mise-version:
type: string
default: latest
description: Version of mise to install, for example 2026.3.9.
cache-root:
type: string
description: Root directory to use for Go caches, and for mise data when you want it colocated there.