also check for new major versions of Go deps in CI auto dep bump PRs

This commit is contained in:
Ryan Richard
2026-01-21 10:51:44 -08:00
parent 69f9d53dbd
commit 47bcaefa65

View File

@@ -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