Skip to content

chore: update rules_go and gazelle version to fix bazel build #347

chore: update rules_go and gazelle version to fix bazel build

chore: update rules_go and gazelle version to fix bazel build #347

Triggered via pull request June 10, 2024 07:57
Status Failure
Total duration 2m 11s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

48 errors and 16 warnings
Goreleaser
The process '/opt/hostedtoolcache/goreleaser-action/2.0.0/x64/goreleaser' failed with exit code 1
bazel test
Process completed with exit code 1.
Test go1.20.x amd64: debugger.go#L183
assignment mismatch: 1 variable but valueToString returns 2 values
Test go1.20.x amd64: debugger.go#L183
not enough arguments in call to valueToString
Test go1.20.x amd64: debugger.go#L211
valueToString redeclared in this block
Test go1.20.x amd64: builtins.go#L237
other declaration of valueToString
Test go1.20.x amd64: debugger.go#L232
too many arguments in call to sb.WriteString
Test go1.20.x amd64: debugger.go#L232
not enough arguments in call to valueToString
Test go1.20.x amd64: debugger.go#L243
too many arguments in call to sb.WriteString
Test go1.20.x amd64: debugger.go#L243
not enough arguments in call to valueToString
Test go1.20.x amd64: debugger.go#L337
multiple-value valueToString(d.interpreter.stack.getSelfBinding().self) (value of type (string, error)) in single-value context
Test go1.20.x amd64: debugger.go#L337
not enough arguments in call to valueToString
Test go1.18.x amd64: debugger.go#L183
assignment mismatch: 1 variable but valueToString returns 2 values
Test go1.18.x amd64: debugger.go#L183
not enough arguments in call to valueToString
Test go1.18.x amd64: debugger.go#L211
valueToString redeclared in this block
Test go1.18.x amd64: builtins.go#L237
other declaration of valueToString
Test go1.18.x amd64: debugger.go#L232
too many arguments in call to sb.WriteString
Test go1.18.x amd64: debugger.go#L232
not enough arguments in call to valueToString
Test go1.18.x amd64: debugger.go#L243
too many arguments in call to sb.WriteString
Test go1.18.x amd64: debugger.go#L243
not enough arguments in call to valueToString
Test go1.18.x amd64: debugger.go#L337
multiple-value valueToString(d.interpreter.stack.getSelfBinding().self) (value of type (string, error)) in single-value context
Test go1.18.x amd64: debugger.go#L337
not enough arguments in call to valueToString
Test go1.x amd64: debugger.go#L183
assignment mismatch: 1 variable but valueToString returns 2 values
Test go1.x amd64: debugger.go#L183
not enough arguments in call to valueToString
Test go1.x amd64: debugger.go#L211
valueToString redeclared in this block
Test go1.x amd64: builtins.go#L237
other declaration of valueToString
Test go1.x amd64: debugger.go#L232
too many arguments in call to sb.WriteString
Test go1.x amd64: debugger.go#L232
not enough arguments in call to valueToString
Test go1.x amd64: debugger.go#L243
too many arguments in call to sb.WriteString
Test go1.x amd64: debugger.go#L243
not enough arguments in call to valueToString
Test go1.x amd64: debugger.go#L337
multiple-value valueToString(d.interpreter.stack.getSelfBinding().self) (value of type (string, error)) in single-value context
Test go1.x amd64: debugger.go#L337
not enough arguments in call to valueToString
Test go1.19.x amd64: debugger.go#L183
assignment mismatch: 1 variable but valueToString returns 2 values
Test go1.19.x amd64: debugger.go#L183
not enough arguments in call to valueToString
Test go1.19.x amd64: debugger.go#L211
valueToString redeclared in this block
Test go1.19.x amd64: builtins.go#L237
other declaration of valueToString
Test go1.19.x amd64: debugger.go#L232
too many arguments in call to sb.WriteString
Test go1.19.x amd64: debugger.go#L232
not enough arguments in call to valueToString
Test go1.19.x amd64: debugger.go#L243
too many arguments in call to sb.WriteString
Test go1.19.x amd64: debugger.go#L243
not enough arguments in call to valueToString
Test go1.19.x amd64: debugger.go#L337
multiple-value valueToString(d.interpreter.stack.getSelfBinding().self) (value of type (string, error)) in single-value context
Test go1.19.x amd64: debugger.go#L337
not enough arguments in call to valueToString
Test go1.17.x amd64: debugger.go#L183
assignment mismatch: 1 variable but valueToString returns 2 values
Test go1.17.x amd64: debugger.go#L183
not enough arguments in call to valueToString
Test go1.17.x amd64: debugger.go#L211
valueToString redeclared in this block
Test go1.17.x amd64: builtins.go#L237
previous declaration
Test go1.17.x amd64
Process completed with exit code 2.
Check all
Process completed with exit code 2.
Goreleaser
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, goreleaser/goreleaser-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Goreleaser
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, goreleaser/goreleaser-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
bazel test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
bazel test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test go1.20.x amd64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test go1.20.x amd64
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test go1.18.x amd64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test go1.18.x amd64
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test go1.x amd64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test go1.x amd64
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test go1.19.x amd64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test go1.19.x amd64
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test go1.17.x amd64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test go1.17.x amd64
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check all
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check all
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/