Skip to content

build(deps-dev): Bump vitest from 1.6.1 to 4.1.0 in /website #2553

build(deps-dev): Bump vitest from 1.6.1 to 4.1.0 in /website

build(deps-dev): Bump vitest from 1.6.1 to 4.1.0 in /website #2553

Triggered via push June 1, 2026 19:28
Status Failure
Total duration 1m 55s
Artifacts

golang_lint.yaml

on: push
Lint all go files
1m 52s
Lint all go files
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint all go files: go/storage/mysql/mysql.go#L60
Error return value of `stms.Close` is not checked (errcheck)
Lint all go files: go/infra/ansible/ansible_test.go#L48
Error return value of `os.RemoveAll` is not checked (errcheck)
Lint all go files: go/infra/ansible/ansible_test.go#L47
Error return value of `os.RemoveAll` is not checked (errcheck)
Lint all go files: go/exec/metrics/metrics.go#L174
Error return value of `rows.Close` is not checked (errcheck)
Lint all go files: go/exec/exec.go#L481
Error return value of `result.Close` is not checked (errcheck)
Lint all go files: go/exec/exec.go#L450
Error return value of `result.Close` is not checked (errcheck)
Lint all go files: go/cmd/gen/metrics/exec.go#L66
Error return value of `rowsExecMetrics.Close` is not checked (errcheck)
Lint all go files: go/cmd/gen/metrics/exec.go#L52
Error return value of `rowsExecUUIDs.Close` is not checked (errcheck)
Lint all go files: go/admin/api.go#L373
Error return value of `resp.Body.Close` is not checked (errcheck)
Lint all go files: go/admin/api.go#L306
Error return value of `resp.Body.Close` is not checked (errcheck)
Lint all go files
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744, actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/