Skip to content

Commit

Permalink
Bump the 'go-github' library to v61
Browse files Browse the repository at this point in the history
  • Loading branch information
bgandon committed May 10, 2024
1 parent 3bae0a6 commit 271e101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

resource "github.com/telia-oss/github-pr-resource"

"github.com/google/go-github/v58/github"
"github.com/google/go-github/v61/github"
"github.com/shurcooL/githubv4"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
Expand Down
2 changes: 1 addition & 1 deletion github.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"strconv"
"strings"

"github.com/google/go-github/v58/github"
"github.com/google/go-github/v61/github"
"github.com/shurcooL/githubv4"
"golang.org/x/oauth2"
)
Expand Down

0 comments on commit 271e101

Please sign in to comment.