Skip to content

User struct: unique constraint remove to fix evm auth #672

User struct: unique constraint remove to fix evm auth

User struct: unique constraint remove to fix evm auth #672

Triggered via push June 11, 2024 17:32
Status Failure
Total duration 1m 37s
Artifacts

lint.yml

on: push
Run go vet and staticcheck
1m 26s
Run go vet and staticcheck
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
Run go vet and staticcheck: api/middleware/auth/paseto/paseto_test.go#L92
this value of err is never used (SA4006)
Run go vet and staticcheck: api/v1/summary/scrape_urls.go#L14
x = append(y) is equivalent to x = y (SA4021)
Run go vet and staticcheck: api/v1/summary/scrape_urls.go#L75
x = append(y) is equivalent to x = y (SA4021)
Run go vet and staticcheck
Process completed with exit code 1.
Run go vet and staticcheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run go vet and staticcheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/