Closed mickmister closed 9 months ago
According to the discussion at https://github.com/mattermost/mattermost-plugin-gitlab/issues/164#issuecomment-1917586840, there was a bug in the go-gitlab library that was causing the issue https://github.com/mattermost/mattermost-plugin-gitlab/issues/164. The issue in that library was recently fixed.
go-gitlab
We can upgrade our version of go-gitlab to receive this fix https://github.com/xanzy/go-gitlab/releases/tag/v0.97.0. To do this, run:
go get github.com/xanzy/go-gitlab@v0.97.0 go mod tidy
According to the discussion at https://github.com/mattermost/mattermost-plugin-gitlab/issues/164#issuecomment-1917586840, there was a bug in the
go-gitlab
library that was causing the issue https://github.com/mattermost/mattermost-plugin-gitlab/issues/164. The issue in that library was recently fixed.We can upgrade our version of
go-gitlab
to receive this fix https://github.com/xanzy/go-gitlab/releases/tag/v0.97.0. To do this, run: