bump several CI deps, including Go to 1.26.2

This commit is contained in:
Ryan Richard
2026-04-20 10:10:00 -07:00
parent 1967353213
commit 3704148e6e
24 changed files with 35 additions and 35 deletions
@@ -7,7 +7,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.26.1'
tag: '1.26.2'
inputs:
- name: pinniped
- name: pinniped-ci
@@ -10,6 +10,6 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.26.1'
tag: '1.26.2'
run:
path: pinniped-ci/pipelines/shared-tasks/confirm-built-with-fips/task.sh
@@ -10,7 +10,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.26.1'
tag: '1.26.2'
run:
# Confirm that the correct git sha was baked into the executables and that they log the version as their
# first line of output. Do this by directly running the server binary from the rootfs of the built image.
@@ -7,7 +7,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.26.1'
tag: '1.26.2'
inputs:
- name: pinniped
- name: release-semver
@@ -7,7 +7,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.26.1'
tag: '1.26.2'
inputs:
- name: pinniped
- name: pinniped-ci
@@ -7,7 +7,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.26.1'
tag: '1.26.2'
inputs:
- name: pinniped
- name: pinniped-ci
@@ -7,7 +7,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.26.1'
tag: '1.26.2'
inputs:
- name: pinniped
- name: pinniped-ci
@@ -7,7 +7,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.26.1'
tag: '1.26.2'
inputs:
- name: pinniped
- name: pinniped-ci
@@ -7,7 +7,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.26.1'
tag: '1.26.2'
inputs:
- name: pinniped
- name: pinniped-ci
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Copyright 2020-2025 the Pinniped contributors. All Rights Reserved.
# Copyright 2020-2026 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
set -euo pipefail
@@ -26,7 +26,7 @@ if ! echo "$kube_version" | grep -Eq '^[0-9]+\.[0-9]+$'; then
fi
echo "Installing yq..."
curl --retry-connrefused --retry 5 -fLo /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.45.1/yq_linux_amd64
curl --retry-connrefused --retry 5 -fLo /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.53.2/yq_linux_amd64
chmod +x /usr/local/bin/yq
# cd to the output repo.
@@ -7,7 +7,7 @@ image_resource:
type: registry-image
source:
repository: golang
tag: '1.26.1'
tag: '1.26.2'
inputs:
- name: pinniped-ci
- name: github-final-release