Skip to content

feat: 🎸 if a tf apply fails b/c rds version drift, raise a pr #341

feat: 🎸 if a tf apply fails b/c rds version drift, raise a pr

feat: 🎸 if a tf apply fails b/c rds version drift, raise a pr #341

Triggered via pull request September 20, 2024 12:11
Status Failure
Total duration 2m 5s
Artifacts

go-vet-lint-deps.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
staticcheck: pkg/github/client_test.go#L78
cannot use mc (variable of type *mockGithub) as GithubPullRequestsService value in struct literal: *mockGithub does not implement GithubPullRequestsService (missing method Create)
staticcheck: pkg/github/client_test.go#L95
cannot use mc (variable of type *mockGithub) as GithubPullRequestsService value in struct literal: *mockGithub does not implement GithubPullRequestsService (missing method Create) (compile)
staticcheck: pkg/environment/isRdsVersionMismatched.go#L20
error strings should not end with punctuation or newlines (ST1005)
staticcheck: pkg/environment/isRdsVersionMismatched.go#L34
error strings should not end with punctuation or newlines (ST1005)
staticcheck: pkg/environment/isRdsVersionMismatched.go#L38
error strings should not be capitalized (ST1005)
staticcheck: pkg/environment/isRdsVersionMismatched.go#L54
this value of err is never used (SA4006)
staticcheck
Process completed with exit code 1.
staticcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/