status-go/nix/KNOWN_ISSUES.md
Alexis Pentori f9df853e4a
nix: Updating Nix Shell and Makefile to use nix-shell
Signed-off-by: Alexis Pentori <alexis@status.im>
2024-04-09 12:49:06 +03:00

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
```