konveyor / move2kube

Move2Kube is a command-line tool for automating creation of Infrastructure as code (IaC) artifacts. It has inbuilt support for creating IaC artifacts for replatforming to Kubernetes/Openshift.
https://move2kube.konveyor.io/
Apache License 2.0
377 stars 119 forks source link

fix: atomic.Int64 requires go1.19 otherwise breaks #1152

Closed kmehant closed 3 months ago

kmehant commented 3 months ago

use of atomic.Int64 is introduced in this pr https://github.com/konveyor/move2kube/pull/1111/files#diff-c87b85c4df2ce6147e3d7677e5eb3aacaed8b500c60c3b4859b414a1a54d5d39R33

github-actions[bot] commented 3 months ago

Thanks for making a pull request! 😃 One of the maintainers will review and advise on the next steps.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 14.85%. Comparing base (fc28c23) to head (1e5e7b2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1152 +/- ## ======================================= Coverage 14.85% 14.85% ======================================= Files 90 90 Lines 8379 8379 ======================================= Hits 1245 1245 Misses 6813 6813 Partials 321 321 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.