Skip to content

chore: release main #2789

chore: release main

chore: release main #2789

Triggered via pull request February 23, 2024 16:54
Status Success
Total duration 9m 6s
Artifacts

ci.yml

on: pull_request
find-changed-packages
7s
find-changed-packages
Matrix: run-lint
Matrix: run-tests
run-ci-complete
4s
run-ci-complete
Fit to window
Zoom out
Zoom in

Annotations

44 errors and 32 warnings
run-lint (config)
Error return value of `loader.populateConfiguration` is not checked (errcheck)
run-lint (config)
use of `fmt.Println` forbidden by pattern `^fmt\.Print.*$` (forbidigo)
run-lint (keypair)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (keypair)
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)
run-lint (keypair)
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)
run-lint (osutil)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (osutil)
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)
run-lint (errors)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (errors)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (oidc_cli)
unnecessary trailing newline (whitespace)
run-lint (oidc_cli)
unnecessary leading newline (whitespace)
run-lint (oidc_cli)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (oidc_cli)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (oidc_cli)
import 'github.com/sirupsen/logrus' is not allowed from list 'main': please use log/slog from the standard library instead (depguard)
run-lint (oidc_cli)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (oidc_cli)
import 'github.com/sirupsen/logrus' is not allowed from list 'main': please use log/slog from the standard library instead (depguard)
run-lint (oidc_cli)
import 'github.com/sirupsen/logrus' is not allowed from list 'main': please use log/slog from the standard library instead (depguard)
run-lint (oidc_cli)
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
run-lint (oidc_cli)
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
run-lint (aws)
unnecessary trailing newline (whitespace)
run-lint (aws)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (aws)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (aws)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (aws)
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
run-lint (pidlock)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (pidlock)
import 'github.com/sirupsen/logrus' is not allowed from list 'main': please use log/slog from the standard library instead (depguard)
run-lint (pidlock)
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)
run-lint (slack)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (slack)
import 'github.com/sirupsen/logrus' is not allowed from list 'main': please use log/slog from the standard library instead (depguard)
run-lint (kmsauth)
unnecessary trailing newline (whitespace)
run-lint (kmsauth)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (kmsauth)
import 'github.com/sirupsen/logrus' is not allowed from list 'main': please use log/slog from the standard library instead (depguard)
run-lint (kmsauth)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (kmsauth)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (kmsauth)
ineffectual assignment to t (ineffassign)
run-lint (kmsauth)
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)
run-lint (ver)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (survey)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (snowflake)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (snowflake)
import 'github.com/sirupsen/logrus' is not allowed from list 'main': please use log/slog from the standard library instead (depguard)
run-lint (snowflake)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (snowflake)
import 'github.com/sirupsen/logrus' is not allowed from list 'main': please use log/slog from the standard library instead (depguard)
run-lint (snowflake)
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
run-lint (snowflake)
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)
find-changed-packages
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
find-changed-packages
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
find-changed-packages
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
find-changed-packages
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
find-changed-packages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dorny/paths-filter@v2.10.2, actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
find-changed-packages
The following actions uses node12 which is deprecated and will be forced to run on node16: dorny/paths-filter@v2.10.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
run-tests (keypair)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-tests (errors)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-tests (osutil)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-tests (config)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-tests (oidc_cli)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-tests (slack)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-tests (pidlock)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-tests (sets)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-tests (aws)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-tests (kmsauth)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-tests (survey)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-tests (ver)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-tests (snowflake)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-lint (config)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-lint (keypair)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-lint (osutil)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-lint (errors)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-lint (oidc_cli)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-lint (aws)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-lint (pidlock)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-lint (slack)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-lint (sets)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-lint (kmsauth)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-lint (ver)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-lint (survey)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
run-lint (snowflake)
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum