crossplane-contrib / function-patch-and-transform

A patch & transform composition function
https://crossplane.io
Apache License 2.0
23 stars 24 forks source link

Check and run go mod tidy #139

Closed Moulick closed 1 month ago

Moulick commented 1 month ago

Follow up from https://github.com/crossplane-contrib/function-go-templating/pull/105

  1. Also added config to renovate to instruct it to do the go mod tidy whenever it upgrades a dependency.
  2. Add a check in lint to catch future missing cleanup
Moulick commented 1 month ago

@ezgidemirel @jeanduplessis Same PR :)

jeanduplessis commented 1 month ago

Thanks @Moulick