Files
pinniped/pipelines/shared-tasks/build-cli-binaries/task.yml
Ryan Richard a8455337a9 upgrade Go in CI from 1.26.2 to 1.26.3
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-05-07 11:30:45 -07:00

24 lines
505 B
YAML

# Copyright 2020-2026 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
---
platform: linux
image_resource:
type: registry-image
source:
repository: golang
tag: '1.26.3'
inputs:
- name: pinniped
- name: pinniped-ci
- name: release-info
optional: true # only really optional when DRY_RUN == "yes"
outputs:
- name: cli-binaries
params:
DRY_RUN:
run:
path: pinniped-ci/pipelines/shared-tasks/build-cli-binaries/task.sh
caches:
- path: cache