Update Kafka configuration and version #2183
go.yml
on: pull_request
Lint and fmt check
1m 44s
Matrix: build
Annotations
10 errors and 1 warning
Lint and fmt check:
component/kafka/integration_test.go#L122
var-naming: don't use underscores in Go names; func ATestKafkaComponent_FailAllRetries should be ATestKafkaComponentFailAllRetries (revive)
|
Lint and fmt check:
component/kafka/integration_test.go#L186
var-naming: don't use underscores in Go names; func ATestKafkaComponent_FailOnceAndRetry should be ATestKafkaComponentFailOnceAndRetry (revive)
|
Lint and fmt check:
component/kafka/integration_test.go#L255
var-naming: don't use underscores in Go names; func ATestGroupConsume_CheckTopicFailsDueToNonExistingTopic should be ATestGroupConsumeCheckTopicFailsDueToNonExistingTopic (revive)
|
Lint and fmt check:
component/kafka/integration_test.go#L266
var-naming: don't use underscores in Go names; func ATestGroupConsume_CheckTopicFailsDueToNonExistingBroker should be ATestGroupConsumeCheckTopicFailsDueToNonExistingBroker (revive)
|
Lint and fmt check:
component/kafka/integration_test.go#L122
ST1003: should not use underscores in Go names; func ATestKafkaComponent_FailAllRetries should be ATestKafkaComponentFailAllRetries (stylecheck)
|
Lint and fmt check:
component/kafka/integration_test.go#L186
ST1003: should not use underscores in Go names; func ATestKafkaComponent_FailOnceAndRetry should be ATestKafkaComponentFailOnceAndRetry (stylecheck)
|
Lint and fmt check:
component/kafka/integration_test.go#L255
ST1003: should not use underscores in Go names; func ATestGroupConsume_CheckTopicFailsDueToNonExistingTopic should be ATestGroupConsumeCheckTopicFailsDueToNonExistingTopic (stylecheck)
|
Lint and fmt check:
component/kafka/integration_test.go#L266
ST1003: should not use underscores in Go names; func ATestGroupConsume_CheckTopicFailsDueToNonExistingBroker should be ATestGroupConsumeCheckTopicFailsDueToNonExistingBroker (stylecheck)
|
Lint and fmt check
Process completed with exit code 2.
|
CI on Go 1.21
Process completed with exit code 2.
|
CI on Go 1.21
Restore cache failed: Dependencies file is not found in /home/runner/work/patron/patron. Supported file pattern: go.sum
|