chore: Update GitLab Client and Dependencies
Update GitLab Client and Dependencies
This MR updates our dependency on go-gitlab to use GitLab's latest official client library (gitlab.com/gitlab-org/api/client-go
) instead of github.com/xanzy/go-gitlab
package. The change includes:
- Updated imports for the GitLab client in client.go and release.go
- Updated the GetCommit API calls with the new parameter signature
-
go mod tidy
: Upgraded several dependencies - Removed unused transitive dependencies
- Set golang version to 1.19 in .tool-versions file
Edited by Davis Bickford