go-bitbucket
go-bitbucket copied to clipboard
fmt.Errorf call has more than one error-wrapping directive %w
When testing the latest version with Go 1.19 on Fedora Rawhide x86_64:
testing: github.com/ktrysmt/go-bitbucket
github.com/ktrysmt/go-bitbucket
# github.com/ktrysmt/go-bitbucket
./repository.go:1395:12: fmt.Errorf call has more than one error-wrapping directive %w
./repository.go:1472:12: fmt.Errorf call has more than one error-wrapping directive %w
what is solution for above issue, Even I am also facing the same issue