You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed an incorrect linter setting for goimports in golang-ci.yaml. It sets local-prefixes to github.com/freiheit-com/nmww instead of github.com/stackitcloud/stackit-sdk-go.
The local package imports are thus not separated from 3rd party imports.