Skip to content

Commit

Permalink
librdkafka and confluent-kafka-go v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed May 2, 2023
1 parent 4abbbd4 commit fcc46bb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ agent:
global_job_config:
env_vars:
- name: LIBRDKAFKA_VERSION
value: v2.1.1-RC1
value: v2.1.1
prologue:
commands:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/actgardner/gogen-avro/v10 v10.2.1
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/confluentinc/confluent-kafka-go/v2 v2.1.1-RC1
github.com/confluentinc/confluent-kafka-go/v2 v2.1.1
github.com/gdamore/tcell v1.4.0
google.golang.org/protobuf v1.30.0
)
2 changes: 1 addition & 1 deletion kafkatest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ replace github.com/confluentinc/confluent-kafka-go/v2 => ../
require (
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/confluentinc/confluent-kafka-go/v2 v2.1.1-RC1
github.com/confluentinc/confluent-kafka-go/v2 v2.1.1
)
2 changes: 1 addition & 1 deletion mk/doc-gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def convert_path(url, base_url, after):
sys.exit(1)
package = sys.argv[1]

tag = "v2.1.1-RC1"
tag = "v2.1.1"
major = tag.split(".")[0] # e.g. v2
base_css = "https://go.dev/css"
base_js = "https://go.dev/js"
Expand Down
2 changes: 1 addition & 1 deletion soaktest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/confluentinc/confluent-kafka-go/v2 => ../
require (
github.com/DataDog/datadog-go v4.8.3+incompatible
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/confluentinc/confluent-kafka-go/v2 v2.1.1-RC1
github.com/confluentinc/confluent-kafka-go/v2 v2.1.1
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
Expand Down

0 comments on commit fcc46bb

Please sign in to comment.