fix: linter #21
Annotations
5 errors and 1 warning
Run tests:
internal/db/seeders/user_seeder.go#L36
cannot use key (variable of type int64) as uint value in assignment
|
Run tests:
internal/services/token/create_access_token.go#L14
cannot use user.ID (variable of type uint) as int64 value in struct literal
|
Run tests:
internal/services/token/create_refresh_token.go#L12
cannot use user.ID (variable of type uint) as int64 value in struct literal
|
Run tests:
internal/responses/posts_response.go#L22
cannot use posts[i].ID (variable of type uint) as int64 value in struct literal
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading