mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-07 04:06:02 +00:00
Fixes the following build error: ``` protocol\messenger.go:5957:6: missing function body protocol\messenger.go:5957:16: syntax error: unexpected [, expecting ( protocol\messenger.go:5959:2: syntax error: non-declaration statement outside function body note: module requires Go 1.18 ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>