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
125 stars 42 forks source link

update golang to 1.20.5 and go mod tidy #268

Closed mh013370 closed 1 year ago

mh013370 commented 1 year ago
Q A
Bug fix? no
New feature? no
API breaks? no
Deprecations? no
License Apache 2.0

What's in this PR?

Updates golang to latest version: 1.20.5

This change updates the build image, so it will need to be pushed.

Why?

Unit tests are failing due to a vulnerability in golang 1.20.3: https://app.circleci.com/pipelines/github/konpyutaika/nifikop/837/workflows/3c2a54ac-8f1e-4088-aa6c-8f23f1d73fbc/jobs/2172

Checklist