Skip to content

chore: fix CI to follow the deprecation of goreleaser flags #344

chore: fix CI to follow the deprecation of goreleaser flags

chore: fix CI to follow the deprecation of goreleaser flags #344

Triggered via pull request June 9, 2024 23:26
Status Failure
Total duration 1m 19s
Artifacts

ci.yml

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

Annotations

48 errors and 16 warnings
bazel test
Process completed with exit code 1.
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.
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.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.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
Check all
Process completed with exit code 2.
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
Goreleaser
The process '/opt/hostedtoolcache/goreleaser-action/2.0.0/x64/goreleaser' failed with exit code 1
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.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/
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.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.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/
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/
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/
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/