Skip to content

Merge tfmigrate-storage implementation into the tfmigrate repository #230

Merge tfmigrate-storage implementation into the tfmigrate repository

Merge tfmigrate-storage implementation into the tfmigrate repository #230

Triggered via pull request August 15, 2023 14:17
Status Failure
Total duration 1m 46s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
lint: storage/local/storage.go#L5
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)
lint: storage/local/storage_test.go#L5
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)
lint: storage/s3/storage_test.go#L5
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)
lint
issues found