-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump go version to 1.20 #564
Conversation
0ad20a9
to
df3059c
Compare
Codecov Report
@@ Coverage Diff @@
## master #564 +/- ##
=======================================
Coverage 65.76% 65.76%
=======================================
Files 21 21
Lines 2039 2039
=======================================
Hits 1341 1341
Misses 569 569
Partials 129 129 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: Andre Ferraz <[email protected]>
Signed-off-by: Andre Ferraz <[email protected]>
Signed-off-by: Andre Ferraz <[email protected]>
Signed-off-by: Andre Ferraz <[email protected]>
Signed-off-by: Andre Ferraz <[email protected]>
Signed-off-by: Andre Ferraz <[email protected]>
Signed-off-by: Andre Ferraz <[email protected]>
1f80af4
to
a665b4f
Compare
Hi @jannfis , this PR to bump the go release could be approved so we can focus on those two other PRs that you asked for? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies please for me taking so long to review and merge this!
LGTM!
* bump go version to 1.20 Signed-off-by: Andre Ferraz <[email protected]> * change golang version in actions to 1.20 Signed-off-by: Andre Ferraz <[email protected]> * bump golangci-lint-action and setup-go to v3 Signed-off-by: Andre Ferraz <[email protected]> * change actions/checkout to v3 Signed-off-by: Andre Ferraz <[email protected]> * bump golangci-lint-action to v1.52.2 Signed-off-by: Andre Ferraz <[email protected]> * these 3 linters were deprecated in favor of unused Signed-off-by: Andre Ferraz <[email protected]> * go linter fix Signed-off-by: Andre Ferraz <[email protected]> --------- Signed-off-by: Andre Ferraz <[email protected]> Co-authored-by: Andre Ferraz <[email protected]>
* bump go version to 1.20 Signed-off-by: Andre Ferraz <[email protected]> * change golang version in actions to 1.20 Signed-off-by: Andre Ferraz <[email protected]> * bump golangci-lint-action and setup-go to v3 Signed-off-by: Andre Ferraz <[email protected]> * change actions/checkout to v3 Signed-off-by: Andre Ferraz <[email protected]> * bump golangci-lint-action to v1.52.2 Signed-off-by: Andre Ferraz <[email protected]> * these 3 linters were deprecated in favor of unused Signed-off-by: Andre Ferraz <[email protected]> * go linter fix Signed-off-by: Andre Ferraz <[email protected]> --------- Signed-off-by: Andre Ferraz <[email protected]> Co-authored-by: Andre Ferraz <[email protected]>
This PR bumps the golang release to 1.20 as requested by @jannfis in PR #548