You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[![Discuss at [email protected]](https://img.shields.io/badge/discuss-go--github%40googlegroups.com-blue.svg)](https://groups.google.com/group/go-github)
@@ -24,29 +24,29 @@ If you're interested in using the [GraphQL API v4][], the recommended library is
24
24
go-github is compatible with modern Go releases in module mode, with Go installed:
25
25
26
26
```bash
27
-
go get github.com/google/go-github/v51
27
+
go get github.com/google/go-github/v52
28
28
```
29
29
30
30
will resolve and add the package to the current development module, along with its dependencies.
31
31
32
32
Alternatively the same can be achieved if you use import in a package:
0 commit comments