pravega / pravega-operator

Pravega Kubernetes Operator
Apache License 2.0
41 stars 38 forks source link

Issue 664: Updating go version to 1.20 #665

Closed anishakj closed 1 year ago

anishakj commented 1 year ago

Change log description

Updated go version to 1.20

Purpose of the change

Fixes #664

What the code does

Changed the go version to 1.20

How to verify it

E2E tests are passed

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (52e9a98) 82.66% compared to head (01ab2c9) 82.66%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #665 +/- ## ======================================= Coverage 82.66% 82.66% ======================================= Files 17 17 Lines 4096 4096 ======================================= Hits 3386 3386 Misses 571 571 Partials 139 139 ``` | [Impacted Files](https://app.codecov.io/gh/pravega/pravega-operator/pull/665?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega) | Coverage Δ | | |---|---|---| | [api/v1beta1/pravegacluster\_types.go](https://app.codecov.io/gh/pravega/pravega-operator/pull/665?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega#diff-YXBpL3YxYmV0YTEvcHJhdmVnYWNsdXN0ZXJfdHlwZXMuZ28=) | `90.23% <ø> (ø)` | | | [controllers/pravegacluster\_controller.go](https://app.codecov.io/gh/pravega/pravega-operator/pull/665?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega#diff-Y29udHJvbGxlcnMvcHJhdmVnYWNsdXN0ZXJfY29udHJvbGxlci5nbw==) | `56.26% <ø> (ø)` | | | [controllers/upgrade.go](https://app.codecov.io/gh/pravega/pravega-operator/pull/665?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega#diff-Y29udHJvbGxlcnMvdXBncmFkZS5nbw==) | `72.81% <ø> (ø)` | | | [pkg/util/pravegacluster.go](https://app.codecov.io/gh/pravega/pravega-operator/pull/665?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega#diff-cGtnL3V0aWwvcHJhdmVnYWNsdXN0ZXIuZ28=) | `97.83% <ø> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.