Skip to content

Commit

Permalink
Go: add known issues to readme (#3182)
Browse files Browse the repository at this point in the history
* readme

Signed-off-by: Yury-Fridlyand <[email protected]>
Co-authored-by: James Xin <[email protected]>
  • Loading branch information
Yury-Fridlyand and jamesx-improving authored Feb 15, 2025
1 parent 3192cb4 commit 7ef0895
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ The release of Valkey GLIDE was tested on the following platforms:

Linux:

- Ubuntu 24.04.1 (x86_64 and aarch64)
- Ubuntu 24.04.1 (x86_64/amd64 and arm64/aarch64)

macOS:

- macOS 14.7 (Apple silicon/aarch_64)

## GO supported versions

| Go Version |
| Go Version |
|----------------|
| 1.20 |
| 1.22 |
Expand Down Expand Up @@ -120,3 +120,12 @@ func main() {
### Building & Testing
Development instructions for local building & testing the package are in the [DEVELOPER.md](DEVELOPER.md) file.
### Known issues
When building an application on macos, a notice like this may appear:
```
ld: warning: '...' has malformed LC_DYSYMTAB, expected 123 undefined symbols to start at index 17006, found 174 undefined symbols starting at index 68
```
It could be safely ignored. It is not an error, it could be suppressed by setting `LDFLAGS` for go as [described there](https://github.com/golang/go/issues/61229#issuecomment-1988965927).
We're working on fixing this issue, you can track it in [#3177](https://github.com/valkey-io/valkey-glide/issues/3177).

0 comments on commit 7ef0895

Please sign in to comment.