Config updated #109
Annotations
14 errors and 4 warnings
build-and-test:
internal/config/config.go#L54
undefined: cleanenv
|
build-and-test:
internal/config/config.go#L55
undefined: cleanenv
|
build-and-test:
internal/config/config.go#L60
undefined: cleanenv
|
build-and-test
Process completed with exit code 1.
|
lint:
internal/config/config.go#L1
: # github.com/AndreiMartynenko/chat-server/internal/config
|
lint:
internal/config/config.go#L54
undefined: cleanenv
|
lint:
internal/config/config.go#L55
undefined: cleanenv
|
lint:
internal/config/config.go#L60
undefined: cleanenv (typecheck)
|
lint:
internal/config/cmd/grpc_server/main.go#L6
could not import github.com/AndreiMartynenko/chat-server/internal/config (-: # github.com/AndreiMartynenko/chat-server/internal/config
|
lint:
internal/config/config.go#L54
undefined: cleanenv
|
lint:
internal/config/config.go#L55
undefined: cleanenv
|
lint:
internal/config/config.go#L60
undefined: cleanenv) (typecheck)
|
lint:
internal/config/cmd/grpc_server/main.go#L24
undefined: context (typecheck)
|
lint:
internal/config/cmd/grpc_server/main.go#L28
undefined: context (typecheck)
|
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
grpc/cmd/grpc_server/main.go#L22
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
grpc/cmd/grpc_server/main.go#L29
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|