From 271e10118d8ad560f3f3c6f5b6f6f088b926c72e Mon Sep 17 00:00:00 2001 From: Benjamin Gandon Date: Fri, 10 May 2024 20:06:17 +0200 Subject: [PATCH] Bump the 'go-github' library to v61 --- e2e/e2e_test.go | 2 +- github.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/e2e_test.go b/e2e/e2e_test.go index 36602fe3..15fbe71b 100644 --- a/e2e/e2e_test.go +++ b/e2e/e2e_test.go @@ -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" diff --git a/github.go b/github.go index e73df8a5..967d5555 100644 --- a/github.go +++ b/github.go @@ -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" )