mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
f9df853e4a
Signed-off-by: Alexis Pentori <alexis@status.im>
11 lines
254 B
Markdown
11 lines
254 B
Markdown
# Known Issues
|
|
|
|
## Golang version mismatch
|
|
|
|
If the go compilation run in error with a version mismatch, unset the variable `GOROOT`
|
|
|
|
```
|
|
compile: version "go1.20.13" does not match go tool version "go1.19.9"
|
|
# golang.org/x/text/internal/utf8internal
|
|
```
|