konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
123 stars 40 forks source link

upgrade golang to 1.21.4 #321

Closed mh013370 closed 8 months ago

mh013370 commented 8 months ago

What's in this PR?

upgrade golang to 1.21.4. Requires new build image pushed.

Why?

Unit tests failing due to vulnerability in golang 1.21.3: https://app.circleci.com/pipelines/github/konpyutaika/nifikop/1065/workflows/e7f6c75d-eac6-4553-846a-936d28c8ad35/jobs/2693

Checklist