Skip to content

Commit b33c7ff

Browse files
github-actions[bot]vmvarela
authored andcommitted
fix(enterprise-scim): update go-github import to v82
Update import paths from go-github/v81 to go-github/v82 to match the current version in upstream/main.
1 parent 098ddd3 commit b33c7ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/util_enterprise_scim.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package github
33
import (
44
"context"
55

6-
gh "github.com/google/go-github/v81/github"
6+
gh "github.com/google/go-github/v82/github"
77
)
88

99
// enterpriseSCIMListAllGroups fetches all SCIM groups for an enterprise with automatic pagination.

0 commit comments

Comments
 (0)