mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 06:16:32 +00:00
Jakub Sokołowski
c500eb9dc6
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>