Skip to content

Commit 389b64b

Browse files
committed
update README: add go version compatibility matrix
Signed-off-by: roc <roc@imroc.cc>
1 parent 3e3ca88 commit 389b64b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,15 @@ func (c *GithubClient) GetUserProfile_Style2(ctx context.Context, username strin
491491
}
492492
```
493493

494+
## Go Version Compatibility Matrix
495+
496+
| Req Version | Go Version |
497+
| ----------- | ---------- |
498+
| 3.53.0 | 1.24+ |
499+
| 3.51.0 | 1.23+ |
500+
| 3.43.0 | 1.21+ |
501+
| 3.41.0 | 1.20+ |
502+
494503
## Contributing
495504

496505
If you have a bug report or feature request, you can [open an issue](https://github.com/imroc/req/issues/new), and [pull requests](https://github.com/imroc/req/pulls) are also welcome.

0 commit comments

Comments
 (0)