OCM-7594 | test: Fix proxy realated function #134
check-pull-request.yml
on: pull_request
Lint
1m 16s
Matrix: Test
Annotations
5 errors and 3 warnings
Lint:
pkg/test/vpc_client/proxy.go#L59
Error return value of `vpc.AWSClient.TagResource` is not checked (errcheck)
|
Lint:
pkg/test/vpc_client/proxy.go#L75
Error return value of `vpc.AWSClient.TagResource` is not checked (errcheck)
|
Lint:
pkg/file/file.go#L37
S1008: should use 'return os.IsExist(err)' instead of 'if os.IsExist(err) { return true }; return false' (gosimple)
|
Lint:
pkg/file/file.go#L5
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
Lint
issues found
|
Test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|