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
[](https://groups.google.com/group/go-github)
@@ -30,36 +30,36 @@ If you're interested in using the [GraphQL API v4][], the recommended library is
30
30
go-github is compatible with modern Go releases in module mode, with Go installed:
31
31
32
32
```bash
33
-
go get github.com/google/go-github/v83
33
+
go get github.com/google/go-github/v84
34
34
```
35
35
36
36
will resolve and add the package to the current development module, along with its dependencies.
37
37
38
38
Alternatively the same can be achieved if you use import in a package:
// createPR creates a pull request. Based on: https://pkg.go.dev/github.com/google/go-github/v83/github#example-PullRequestsService-Create
181
+
// createPR creates a pull request. Based on: https://pkg.go.dev/github.com/google/go-github/v84/github#example-PullRequestsService-Create
0 commit comments