fix(deps): update module gorm.io/gorm to v1.25.4 #108
test.yml
on: push
Test and coverage
58s
go vet and lint
40s
golangci lint check
14s
Annotations
8 errors and 4 warnings
golangci lint check:
pkg/config/database.go#L9
could not import gorm.io/driver/postgres (-: # gorm.io/driver/postgres
|
golangci lint check
issues found
|
go vet and lint
cannot use column (variable of type Column) as gorm.ColumnType value in argument to append: Column does not implement gorm.ColumnType (missing method AutoIncrement)
|
go vet and lint
unknown field WithReturning in struct literal of type callbacks.Config
|
go vet and lint
Process completed with exit code 1.
|
Test and coverage
cannot use column (variable of type Column) as gorm.ColumnType value in argument to append: Column does not implement gorm.ColumnType (missing method AutoIncrement)
|
Test and coverage
unknown field WithReturning in struct literal of type callbacks.Config
|
Test and coverage
Process completed with exit code 1.
|
golangci lint check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
go vet and lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
go vet and lint
Restore cache failed: Dependencies file is not found in /home/runner/work/api/api. Supported file pattern: go.sum
|
Test and coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|