Skip to content

Commit 4de800e

Browse files
committed
librdkafka and confluent-kafka-go v2.11.0
1 parent 9ab752d commit 4de800e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ agent:
66
global_job_config:
77
env_vars:
88
- name: LIBRDKAFKA_VERSION
9-
value: v2.11.0-RC3
9+
value: v2.11.0
1010
prologue:
1111
commands:
1212
- checkout

examples/docker_aws_lambda_example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module docker_example
22

33
require (
44
github.com/aws/aws-lambda-go v1.27.0
5-
github.com/confluentinc/confluent-kafka-go/v2 v2.11.0-RC3
5+
github.com/confluentinc/confluent-kafka-go/v2 v2.11.0
66
)
77

88
go 1.21

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replace github.com/confluentinc/confluent-kafka-go/v2 => ../
99
require (
1010
github.com/actgardner/gogen-avro/v10 v10.2.1
1111
github.com/alecthomas/kingpin v2.2.6+incompatible
12-
github.com/confluentinc/confluent-kafka-go/v2 v2.11.0-RC3
12+
github.com/confluentinc/confluent-kafka-go/v2 v2.11.0
1313
github.com/gdamore/tcell v1.4.0
1414
google.golang.org/protobuf v1.33.0
1515
)

kafkatest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/confluentinc/confluent-kafka-go/v2 => ../
88

99
require (
1010
github.com/alecthomas/kingpin v2.2.6+incompatible
11-
github.com/confluentinc/confluent-kafka-go/v2 v2.11.0-RC3
11+
github.com/confluentinc/confluent-kafka-go/v2 v2.11.0
1212
)
1313

1414
require (

mk/doc-gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def convert_path(url, base_url, after):
2424
sys.exit(1)
2525
package = sys.argv[1]
2626

27-
tag = "v2.11.0-RC3"
27+
tag = "v2.11.0"
2828
major = tag.split(".")[0] # e.g. v2
2929
base_css = "https://go.dev/css"
3030
base_js = "https://go.dev/js"

soaktest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/confluentinc/confluent-kafka-go/v2 => ../
88

99
require (
1010
github.com/DataDog/datadog-go v4.8.3+incompatible
11-
github.com/confluentinc/confluent-kafka-go/v2 v2.11.0-RC3
11+
github.com/confluentinc/confluent-kafka-go/v2 v2.11.0
1212
github.com/shirou/gopsutil v3.21.11+incompatible
1313
)
1414

0 commit comments

Comments
 (0)