Add user access token creation and deletion endpoints #1
Annotations
7 errors and 1 warning
golangci-lint
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint
SA1019: postgres2.RunContainer is deprecated: use Run instead RunContainer creates an instance of the Postgres container type (staticcheck)
|
golangci-lint
SA1019: testcontainers.WithImage is deprecated: the modules API forces passing the image as part of the signature of the Run function. WithImage sets the image for a container (staticcheck)
|
golangci-lint
SA4000: identical expressions on the left and right side of the '&&' operator (staticcheck)
|
golangci-lint
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint
SA1019: postgres2.RunContainer is deprecated: use Run instead RunContainer creates an instance of the Postgres container type (staticcheck)
|
golangci-lint
SA1019: testcontainers.WithImage is deprecated: the modules API forces passing the image as part of the signature of the Run function. WithImage sets the image for a container (staticcheck)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading