Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

[main] Upgrade to latest dependencies #686

[main] Upgrade to latest dependencies

[main] Upgrade to latest dependencies #686

Triggered via pull request July 11, 2023 02:48
Status Success
Total duration 45s
Artifacts

knative-style.yaml

on: pull_request
style  /  changes
2s
style / changes
style  /  ...  /  Auto-format and Check
17s
style / Golang / Auto-format and Check
style  /  ...  /  Lint
28s
style / Golang / Lint
style  /  ...  /  Do Not Submit
5s
style / Golang / Do Not Submit
style  /  ...  /  shell
14s
style / suggester / shell
style  /  ...  /  yaml
0s
style / suggester / yaml
style  /  ...  /  github_actions
0s
style / suggester / github_actions
Matrix: style / Golang / Boilerplate Check
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 7 warnings
style / suggester / shell: vendor/golang.org/x/sys/unix/mkall.sh#L50
[shfmt] reported by reviewdog 🐶 Raw Output: vendor/golang.org/x/sys/unix/mkall.sh:50:- # Use the Docker-based build system vendor/golang.org/x/sys/unix/mkall.sh:51:- # Files generated through docker (use $cmd so you can Ctl-C the build or run) vendor/golang.org/x/sys/unix/mkall.sh:52:- $cmd docker build --tag generate:$GOOS $GOOS vendor/golang.org/x/sys/unix/mkall.sh:53:- $cmd docker run --interactive --tty --volume $(cd -- "$(dirname -- "$0")/.." && pwd):/build generate:$GOOS vendor/golang.org/x/sys/unix/mkall.sh:54:- exit vendor/golang.org/x/sys/unix/mkall.sh:50:+ # Use the Docker-based build system vendor/golang.org/x/sys/unix/mkall.sh:51:+ # Files generated through docker (use $cmd so you can Ctl-C the build or run) vendor/golang.org/x/sys/unix/mkall.sh:52:+ $cmd docker build --tag generate:$GOOS $GOOS vendor/golang.org/x/sys/unix/mkall.sh:53:+ $cmd docker run --interactive --tty --volume $(cd -- "$(dirname -- "$0")/.." && pwd):/build generate:$GOOS vendor/golang.org/x/sys/unix/mkall.sh:54:+ exit
style / suggester / shell: vendor/knative.dev/hack/library.sh#L680
[shfmt] reported by reviewdog 🐶 Raw Output: vendor/knative.dev/hack/library.sh:680:- set -Eeuo pipefail vendor/knative.dev/hack/library.sh:681:- vendor/knative.dev/hack/library.sh:682:- export GOFLAGS="" vendor/knative.dev/hack/library.sh:683:- export GONOSUMDB="${GONOSUMDB:-},knative.dev/*" vendor/knative.dev/hack/library.sh:684:- export GONOPROXY="${GONOPROXY:-},knative.dev/*" vendor/knative.dev/hack/library.sh:685:- vendor/knative.dev/hack/library.sh:686:- echo "=== Update Deps for Golang module: $(go_mod_module_name)" vendor/knative.dev/hack/library.sh:687:- vendor/knative.dev/hack/library.sh:688:- local UPGRADE=0 vendor/knative.dev/hack/library.sh:689:- local RELEASE="v9000.1" # release v9000 is so far in the future, it will always pick the default branch. vendor/knative.dev/hack/library.sh:690:- local RELEASE_MODULE="" vendor/knative.dev/hack/library.sh:691:- local DOMAIN="knative.dev" vendor/knative.dev/hack/library.sh:692:- while [[ $# -ne 0 ]]; do vendor/knative.dev/hack/library.sh:693:- parameter=$1 vendor/knative.dev/hack/library.sh:694:- case ${parameter} in vendor/knative.dev/hack/library.sh:695:- --upgrade) UPGRADE=1 ;; vendor/knative.dev/hack/library.sh:696:- --release) shift; RELEASE="$1" ;; vendor/knative.dev/hack/library.sh:697:- --module-release) shift; RELEASE_MODULE="$1" ;; vendor/knative.dev/hack/library.sh:698:- --domain) shift; DOMAIN="$1" ;; vendor/knative.dev/hack/library.sh:699:- *) abort "unknown option ${parameter}" ;; vendor/knative.dev/hack/library.sh:700:- esac vendor/knative.dev/hack/library.sh:701:- shift vendor/knative.dev/hack/library.sh:702:- done vendor/knative.dev/hack/library.sh:703:- vendor/knative.dev/hack/library.sh:704:- if [[ $UPGRADE == 1 ]]; then vendor/knative.dev/hack/library.sh:705:- local buoyArgs=(--release ${RELEASE} --domain ${DOMAIN}) vendor/knative.dev/hack/library.sh:706:- if [ -n "$RELEASE_MODULE" ]; then vendor/knative.dev/hack/library.sh:707:- group "Upgrading for release ${RELEASE} to release module version ${RELEASE_MODULE}" vendor/knative.dev/hack/library.sh:708:- buoyArgs+=(--module-release ${RELEASE_MODULE}) vendor/knative.dev/hack/library.sh:709:- else vendor/knative.dev/hack/library.sh:710:- group "Upgrading to release ${RELEASE}" vendor/knative.dev/hack/library.sh:711:- fi vendor/knative.dev/hack/library.sh:712:- FLOATING_DEPS+=( $(go_run knative.dev/toolbox/buoy@latest float ./go.mod "${buoyArgs[@]}") ) vendor/knative.dev/hack/library.sh:713:- if [[ ${#FLOATING_DEPS[@]} > 0 ]]; then vendor/knative.dev/hack/library.sh:714:- echo "Floating deps to ${FLOATING_DEPS[@]}" vendor/knative.dev/hack/library.sh:715:- go get -d ${FLOATING_DEPS[@]} vendor/knative.dev/hack/library.sh:716:- else vendor/knative.dev/hack/library.sh:717:- echo "Nothing to upgrade." vendor/knative.dev/hack/library.sh:683:+ set -Eeuo pipefail vendor/knative.dev/hack/library.sh:684:+ vendor/knative.dev/hack/library.sh:685:+ export GOFLAGS="" vendor/knative.dev/hack/library.sh:686:+ export GONOSUMDB="${GONOSUMDB:-},knative.dev/*" vendor/knative.dev/hack/library.sh:687:+ export GONOPROXY="${GONOPROXY:-},knative.dev/*" vendor/knative.dev/hack/library.sh:688:+ vendor/knative.dev/hack/library.sh:689:+ echo "=== Update Deps for Golang module: $(go_mod_module_name)" vendor/knative.dev/hack/library.sh:690:+ vendor/knative.dev/hack/library.sh:691:+ local UPGRADE=0 vendor/knative.dev/hack/library.sh:692:+ local RELEASE="v9000.1" # release v9000 is so far in the future, it will always pick the default branch. vendor/knative.dev/hack/library.sh:693:+ local RELEASE_MODULE="" vendor/knative.dev/hack/library.sh:694:+ local DOMAIN="knative.dev" vendor/knative.dev/hack/library.sh:695:+ while [[ $# -ne 0 ]]; do vendor/knative.dev/hack/library.sh:696:+ parameter=$1 vendor/knative.dev/hack/library.sh:697:+ case ${parameter} in vendor/knative.dev/hack/library.sh:698:+ --upgrade) UPGRADE=1 ;; vendor/knative.dev/hack/library.sh:699:+ --release) vendor/knativ
style / Golang / Boilerplate Check (go)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/kperf/kperf. Supported file pattern: go.sum
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/kperf/kperf. Supported file pattern: go.sum
style / Golang / Boilerplate Check (sh)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/kperf/kperf. Supported file pattern: go.sum
style / Golang / Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/kperf/kperf. Supported file pattern: go.sum