chore(deps): upgrade tailscale

This commit is contained in:
Johan Siebens
2023-03-12 08:26:13 +01:00
parent d5c3c699dd
commit 12cad15a4e
3 changed files with 49 additions and 16 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ func NewNoiseHandlers(controlKey key.MachinePrivate, createPeerHandler CreatePee
}
func (h *NoiseHandlers) Upgrade(c echo.Context) error {
conn, err := controlhttp.AcceptHTTP(c.Request().Context(), c.Response(), c.Request(), h.controlKey)
conn, err := controlhttp.AcceptHTTP(c.Request().Context(), c.Response(), c.Request(), h.controlKey, nil)
if err != nil {
return errors.Wrap(err, 0)
}