mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-02-14 10:00:05 +00:00
also check for new major versions of Go deps in CI auto dep bump PRs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user