status-go/nix/KNOWN_ISSUES.md

11 lines
254 B
Markdown
Raw Normal View History

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