CI/CD: fix failing lint job due to Go version issues #44
status-checks.yml
on: pull_request
test
1m 3s
lint
25s
analyze
1m 35s
Annotations
5 errors and 4 warnings
lint
obj.Origin undefined (type *types.Var has no field or method Origin)
|
lint
obj.Origin undefined (type *types.Func has no field or method Origin)
|
lint
righti.Method(i).Origin undefined (type *types.Func has no field or method Origin)
|
lint
sel.Obj().(*types.Func).Origin undefined (type *types.Func has no field or method Origin)
|
lint
Process completed with exit code 2.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
analyze
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|