jimmidyson / configmap-reload

Simple binary to trigger a reload when a Kubernetes ConfigMap is updated
Apache License 2.0
969 stars 191 forks source link

Go lang version update to fix the vulnerabilities #84

Closed ashokks80 closed 1 year ago

ashokks80 commented 1 year ago

Go lang version update to fix the vulnerabilities. Github issue: https://github.com/jimmidyson/configmap-reload/issues/82

ashokks80 commented 1 year ago

Thanks for this PR! Can you also change the version in circleci config (e.g. https://github.com/jimmidyson/configmap-reload/blob/main/.circleci/config.yml#L7)? This is the version of go that will be used to build and release the binary/image.

made the change and pushed, I see all the steps are finished

jimmidyson commented 1 year ago

Thank you @ashokks80!

ashokks80 commented 1 year ago

https://github.com/jimmidyson/configmap-reload/pull/85 @jimmidyson can you approve this PR as well