chore: update github.com/google/go-github to v68 (#5231)

This commit is contained in:
Christian Volk
2025-01-22 14:06:49 +01:00
committed by GitHub
parent 65d03c6bfe
commit 672154a24d
36 changed files with 47 additions and 48 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"fmt"
"github.com/SAP/jenkins-library/pkg/log"
"github.com/google/go-github/v45/github"
"github.com/google/go-github/v68/github"
)
type githubIssueService interface {
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"fmt"
"testing"
"github.com/google/go-github/v45/github"
"github.com/google/go-github/v68/github"
"github.com/stretchr/testify/assert"
)