This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
feat(warden) : added warden client #619
Annotations
5 errors and 3 warnings
internal/server/v1/warden/service.go#L71
receiver-naming: receiver name svc should be consistent with previous receiver name c for Service (revive)
|
internal/server/v1/warden/service.go#L82
receiver-naming: receiver name svc should be consistent with previous receiver name c for Service (revive)
|
warden/client.go#L42
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"failed to fetch teams: %v\", resp.Status)" (goerr113)
|
warden/client.go#L73
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"failed to fetch team: %v\", resp.Status)" (goerr113)
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, 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/
|
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/
|
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/
|
The logs for this run have expired and are no longer available.
Loading