Skip to content

re-implement Lockable interface to drop requirement on driver impls. #90

re-implement Lockable interface to drop requirement on driver impls.

re-implement Lockable interface to drop requirement on driver impls. #90

Triggered via pull request October 23, 2024 15:34
Status Failure
Total duration 3m 5s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
lint: drivers/mysql/mysql.go#L94
driver.config.StatementTimeoutInSecs undefined (type *driverConfig has no field or method StatementTimeoutInSecs) (typecheck)
lint: drivers/mysql/mysql.go#L131
driver.config.StatementTimeoutInSecs undefined (type *driverConfig has no field or method StatementTimeoutInSecs) (typecheck)
lint: drivers/mysql/mysql.go#L134
driver.config.MigrationsTable undefined (type *driverConfig has no field or method MigrationsTable) (typecheck)
lint: drivers/mysql/mysql.go#L150
driver.config.StatementTimeoutInSecs undefined (type *driverConfig has no field or method StatementTimeoutInSecs) (typecheck)
lint: drivers/mysql/mysql.go#L218
driver.config.MigrationsTable undefined (type *driverConfig has no field or method MigrationsTable) (typecheck)
lint: drivers/mysql/mysql.go#L260
config.StatementTimeoutInSecs undefined (type *driverConfig has no field or method StatementTimeoutInSecs) (typecheck)
lint: drivers/mysql/mysql.go#L284
config.MigrationMaxSize undefined (type *driverConfig has no field or method MigrationMaxSize) (typecheck)
lint: drivers/mysql/mysql.go#L288
config.MigrationsTable undefined (type *driverConfig has no field or method MigrationsTable) (typecheck)
lint: drivers/mysql/mysql.go#L290
config.StatementTimeoutInSecs undefined (type *driverConfig has no field or method StatementTimeoutInSecs) (typecheck)
lint: drivers/mysql/mysql.go#L302
driver.config.MigrationsTable undefined (type *driverConfig has no field or method MigrationsTable) (typecheck)
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
The `save-state` 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/