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
fix(ci): remove dependency-type from dependabot groups
dependency-type is irrelevant in the gomod ecosystem.
This setting prevented some updates to auto-merge as expected.
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
fixed incompatibility with go1.19 introduced with csv producer
Now the producer uses a go1.19 idiom for reflect.
* fixes#287
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
fix(ci): muted warnings in CI runs due to cache conflicts
Every time a job is posted, I receive false alarm failure notifications because of some cache conflict during the linting job.
Reference: golangci/golangci-lint-action#807
* ci: fixed code coverage on all sub packages
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>