Skip to content

Commit

Permalink
fix: update to latest go-github version everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm authored and renovate[bot] committed Jul 11, 2024
1 parent bf1202b commit a063ea3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ package main
import (
"fmt"
"github.com/cbrgm/githubevents/githubevents"
"github.com/google/go-github/v62/github"
"github.com/google/go-github/v63/github"
"net/http"
)

Expand Down Expand Up @@ -276,6 +276,7 @@ Alternatively, you can choose to build and manage a webhook through the Webhooks

| google/go-github | cbrgm/githubevents |
|------------------|--------------------|
| `v63.x` | `v1.16.x` |
| `v62.x` | `v1.15.x` |
| `v61.x` | `v1.14.x` |
| `v60.x` | `v1.13.x` |
Expand Down
2 changes: 1 addition & 1 deletion gen/template_webhook_event_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package githubevents
import (
"errors"
"github.com/google/go-github/v62/github"
"github.com/google/go-github/v63/github"
"testing"
"sync"
)
Expand Down
2 changes: 1 addition & 1 deletion gen/template_webhook_event_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package githubevents
import (
"fmt"
"github.com/google/go-github/v62/github"
"github.com/google/go-github/v63/github"
"golang.org/x/sync/errgroup"
)
Expand Down
2 changes: 1 addition & 1 deletion gen/template_webook_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package githubevents
import (
"fmt"
"github.com/google/go-github/v62/github"
"github.com/google/go-github/v63/github"
"golang.org/x/sync/errgroup"
"net/http"
"sync"
Expand Down

0 comments on commit a063ea3

Please sign in to comment.