github.com/status-im/status-go@v1.1.0/nix/KNOWN_ISSUES.md (about)

     1  # Known Issues
     2  
     3  ## Golang version mismatch
     4  
     5  If the go compilation run in error with a version mismatch, unset the variable `GOROOT`
     6  
     7  ```
     8  compile: version "go1.20.13" does not match go tool version "go1.19.9"
     9  # golang.org/x/text/internal/utf8internal
    10  ```