Skip to content

chore(deps): bump up go version, add ua to ga #125

chore(deps): bump up go version, add ua to ga

chore(deps): bump up go version, add ua to ga #125

Triggered via pull request November 22, 2023 07:57
Status Failure
Total duration 10m 18s
Artifacts

pull_request.yml

on: pull_request
Matrix: e2e-tests
csi-driver
0s
csi-driver
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
e2e-tests (v1.25.16)
Process completed with exit code 1.
lint: buildscripts/test.sh#L20
[shellcheck] reported by reviewdog 🐶 Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006) Raw Output: ./buildscripts/test.sh:20:9:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
lint: buildscripts/test.sh#L21
[shellcheck] reported by reviewdog 🐶 Use single quotes, otherwise this expands now rather than when signalled. [SC2064](https://github.com/koalaman/shellcheck/wiki/SC2064) Raw Output: ./buildscripts/test.sh:21:14:warning:Use single quotes, otherwise this expands now rather than when signalled. [SC2064](https://github.com/koalaman/shellcheck/wiki/SC2064)
lint: buildscripts/test.sh#L25
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./buildscripts/test.sh:25:13:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
lint: buildscripts/build.sh#L29
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./buildscripts/build.sh:29:9:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
lint: buildscripts/build.sh#L31
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./buildscripts/build.sh:31:23:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
lint: buildscripts/build.sh#L75
[shellcheck] reported by reviewdog 🐶 ARCH appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034) Raw Output: ./buildscripts/build.sh:75:1:warning:ARCH appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
lint: buildscripts/build.sh#L76
[shellcheck] reported by reviewdog 🐶 Prefer [ p ] && [ q ] as [ p -a q ] is not well defined. [SC2166](https://github.com/koalaman/shellcheck/wiki/SC2166) Raw Output: ./buildscripts/build.sh:76:26:warning:Prefer [ p ] && [ q ] as [ p -a q ] is not well defined. [SC2166](https://github.com/koalaman/shellcheck/wiki/SC2166)
lint: buildscripts/build.sh#L101
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./buildscripts/build.sh:101:12:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
lint: buildscripts/build.sh#L102
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./buildscripts/build.sh:102:14:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
lint: buildscripts/build.sh#L115
[shellcheck] reported by reviewdog 🐶 The surrounding quotes actually unquote this. Remove or escape them. [SC2027](https://github.com/koalaman/shellcheck/wiki/SC2027) Raw Output: ./buildscripts/build.sh:115:28:warning:The surrounding quotes actually unquote this. Remove or escape them. [SC2027](https://github.com/koalaman/shellcheck/wiki/SC2027)
unit-test
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/