Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Update README to indicate that the repo is now archived #1935

Update README to indicate that the repo is now archived

Update README to indicate that the repo is now archived #1935

Triggered via pull request September 17, 2024 14:06
Status Failure
Total duration 1m 4s
Artifacts

golangci-lint.yml

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

Annotations

6 errors and 1 warning
lint (ubuntu-latest): internal/deploy/compose.go#L215
SA1019: tc.NewLocalDockerCompose is deprecated: NewLocalDockerCompose returns a DockerCompose compatible instance which is superseded by ComposeStack use NewDockerCompose instead to get a ComposeStack compatible instance (staticcheck)
lint (ubuntu-latest): internal/deploy/compose.go#L216
SA1019: compose.
lint (ubuntu-latest): internal/deploy/docker_client.go#L182
SA1019: types.ExecConfig is deprecated: use [container.ExecOptions]. (staticcheck)
lint (ubuntu-latest): internal/deploy/docker_client.go#L213
SA1019: types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (staticcheck)
lint (ubuntu-latest): internal/deploy/elastic_package.go#L371
SA1019: tc.GenericBindMountSource is deprecated: use Files or HostConfigModifier in the ContainerRequest, or copy files container APIs to make containers portable across Docker environments GenericBindMountSource implements ContainerMountSource and represents a bind mount Optionally mount.BindOptions might be added for advanced scenarios (staticcheck)
lint (ubuntu-latest)
issues found
lint (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/