From 47bcaefa65f5ba6c7098f1c261f0514d8ad63f65 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Wed, 21 Jan 2026 10:51:44 -0800 Subject: [PATCH] also check for new major versions of Go deps in CI auto dep bump PRs --- pipelines/shared-tasks/check-golang-deps-updated/task.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pipelines/shared-tasks/check-golang-deps-updated/task.sh b/pipelines/shared-tasks/check-golang-deps-updated/task.sh index 3d4672fe7..d90913e3a 100755 --- a/pipelines/shared-tasks/check-golang-deps-updated/task.sh +++ b/pipelines/shared-tasks/check-golang-deps-updated/task.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved. +# Copyright 2020-2026 the Pinniped contributors. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail @@ -12,6 +12,8 @@ cd pinniped-out ./hack/update-go-mod/update-go-mod.sh +./hack/update-go-mod/update-majors.sh + # Print diff output to the screen so it is shown in the job output. echo git --no-pager diff