Skip to content

Bump golang.org/x/crypto from 0.26.0 to 0.27.0 #2252

Bump golang.org/x/crypto from 0.26.0 to 0.27.0

Bump golang.org/x/crypto from 0.26.0 to 0.27.0 #2252

Triggered via pull request September 6, 2024 14:21
Status Failure
Total duration 2m 30s
Artifacts

linters.yaml

on: pull_request
golangci-lint
50s
golangci-lint
goimports check
10s
goimports check
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
golangci-lint: test/feature/testutil/docker_composer.go#L214
SA1019: types.ExecConfig is deprecated: use [container.ExecOptions]. (staticcheck)
golangci-lint: test/feature/testutil/docker_composer.go#L223
SA1019: types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (staticcheck)
golangci-lint: test/feature/testutil/docker_composer.go#L237
SA1019: types.ContainerExecInspect is deprecated: use [container.ExecInspect]. (staticcheck)
golangci-lint: test/feature/testutil/docker_composer.go#L257
SA1019: types.ExecConfig is deprecated: use [container.ExecOptions]. (staticcheck)
golangci-lint: test/feature/testutil/docker_composer.go#L265
SA1019: types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (staticcheck)
golangci-lint
issues found
goimports check
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/