Skip to content

Commit

Permalink
Use correct version of google/go-github, v55 (integrations#2064)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell authored Dec 18, 2023
1 parent 8d01f7e commit 7d80c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/resource_github_issue_labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"strings"

"github.com/google/go-github/v52/github"
"github.com/google/go-github/v55/github"
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
)

Expand Down

0 comments on commit 7d80c37

Please sign in to comment.