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