Skip to content

Commit

Permalink
etcd version update to 3.5.15
Browse files Browse the repository at this point in the history
Signed-off-by: manisha kumari <[email protected]>
  • Loading branch information
ManishaKumari295 committed Oct 28, 2024
1 parent a770f45 commit d6021a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion backend/etcd/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ func (e *Etcd) NewEmbeddedClientWithContext(ctx context.Context) *clientv3.Clien

lc := adapter.LeaseServerToLeaseClient(v3rpc.NewQuotaLeaseServer(e.etcd.Server))
c.Lease = clientv3.NewLeaseFromLeaseClient(lc, c, time.Second)
::
wc := adapter.WatchServerToWatchClient(v3rpc.NewWatchServer(e.etcd.Server))
c.Watcher = &watchWrapper{clientv3.NewWatchFromWatchClient(wc, c)}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sensu/sensu-go

go 1.22
go 1.21.11

require (
github.com/AlecAivazis/survey/v2 v2.2.14
Expand Down

0 comments on commit d6021a0

Please sign in to comment.