Files
pinniped/pipelines/shared-tasks/update-version-and-cli-docs/task.yml
T
Ryan Richard 0adc3838e0 upgrade golang in CI from 1.26.4 to 1.26.5
Signed-off-by: Ryan Richard <richardry@vmware.com>
2026-07-07 15:29:44 -07:00

19 lines
418 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.5'
inputs:
- name: pinniped-ci
- name: github-final-release
- name: pinniped-in
outputs:
- name: pinniped-out
run:
path: pinniped-ci/pipelines/shared-tasks/update-version-and-cli-docs/task.sh