Skip to content

* The minimum version of Go in ydb-go-sdk has been raised to go1.20 #5344

* The minimum version of Go in ydb-go-sdk has been raised to go1.20

* The minimum version of Go in ydb-go-sdk has been raised to go1.20 #5344

Triggered via pull request January 17, 2024 09:30
Status Failure
Total duration 1m 11s
Artifacts

lint.yml

on: pull_request
golangci-lint
20s
golangci-lint
golangci-lint-examples
59s
golangci-lint-examples
golangci-lint-slo
12s
golangci-lint-slo
autoformat check
27s
autoformat check
Fit to window
Zoom out
Zoom in

Annotations

30 errors
golangci-lint-slo: tests/slo/internal/metrics/metrics.go#L14
undefined: ydb (typecheck)
golangci-lint-slo: tests/slo/native/storage.go#L59
undefined: ydb (typecheck)
golangci-lint-slo: tests/slo/native/storage.go#L70
undefined: ydb (typecheck)
golangci-lint-slo: tests/slo/native/storage.go#L73
undefined: ydb (typecheck)
golangci-lint-slo: tests/slo/xorm/storage.go#L58
undefined: ydb (typecheck)
golangci-lint-slo: tests/slo/xorm/storage.go#L59
undefined: ydb (typecheck)
golangci-lint-slo: tests/slo/xorm/storage.go#L72
undefined: ydb (typecheck)
golangci-lint-slo: tests/slo/xorm/storage.go#L80
undefined: ydb (typecheck)
golangci-lint-slo: tests/slo/xorm/storage.go#L81
undefined: ydb (typecheck)
golangci-lint-slo: tests/slo/xorm/storage.go#L82
undefined: ydb (typecheck)
golangci-lint: internal/balancer/config/routerconfig.go#L7
could not import github.com/ydb-platform/ydb-go-sdk/v3/internal/xstring (-: # github.com/ydb-platform/ydb-go-sdk/v3/internal/xstring
golangci-lint: table/table.go#L14
could not import github.com/ydb-platform/ydb-go-sdk/v3/internal/xstring (-: # github.com/ydb-platform/ydb-go-sdk/v3/internal/xstring
golangci-lint: internal/grpcwrapper/rawtopic/rawtopicreader/rawtopicreader.go#L51
cannot use resp (variable of type *InitResponse) as ServerMessage value in return statement: *InitResponse does not implement ServerMessage (missing method SetStatus) (typecheck)
golangci-lint: internal/grpcwrapper/rawtopic/rawtopicreader/rawtopicreader.go#L58
cannot use resp (variable of type *ReadResponse) as ServerMessage value in return statement: *ReadResponse does not implement ServerMessage (missing method SetStatus) (typecheck)
golangci-lint: internal/grpcwrapper/rawtopic/rawtopicreader/rawtopicreader.go#L65
cannot use resp (variable of type *StartPartitionSessionRequest) as ServerMessage value in return statement: *StartPartitionSessionRequest does not implement ServerMessage (missing method SetStatus) (typecheck)
golangci-lint: internal/grpcwrapper/rawtopic/rawtopicreader/rawtopicreader.go#L72
cannot use req (variable of type *StopPartitionSessionRequest) as ServerMessage value in return statement: *StopPartitionSessionRequest does not implement ServerMessage (missing method SetStatus) (typecheck)
golangci-lint: internal/grpcwrapper/rawtopic/rawtopicreader/rawtopicreader.go#L79
cannot use resp (variable of type *CommitOffsetResponse) as ServerMessage value in return statement: *CommitOffsetResponse does not implement ServerMessage (missing method SetStatus) (typecheck)
golangci-lint: internal/grpcwrapper/rawtopic/rawtopicreader/rawtopicreader.go#L86
cannot use resp (variable of type *PartitionSessionStatusResponse) as ServerMessage value in return statement: *PartitionSessionStatusResponse does not implement ServerMessage (missing method SetStatus) (typecheck)
golangci-lint: internal/grpcwrapper/rawtopic/rawtopicreader/rawtopicreader.go#L90
resp.MustFromProto undefined (type *UpdateTokenResponse has no field or method MustFromProto) (typecheck)
golangci-lint: internal/grpcwrapper/rawtopic/rawtopicreader/rawtopicreader.go#L91
cannot use resp (variable of type *UpdateTokenResponse) as ServerMessage value in return statement: *UpdateTokenResponse does not implement ServerMessage (missing method SetStatus) (typecheck)
golangci-lint-examples: examples/basic/database_sql/main.go#L26
undefined: ydb (typecheck)
golangci-lint-examples: examples/basic/database_sql/main.go#L37
undefined: ydb (typecheck)
golangci-lint-examples: examples/basic/database_sql/main.go#L38
undefined: ydb (typecheck)
golangci-lint-examples: examples/basic/database_sql/main.go#L39
undefined: ydb (typecheck)
golangci-lint-examples: examples/basic/native/main.go#L25
undefined: ydb (typecheck)