-
Notifications
You must be signed in to change notification settings - Fork 82
Update Golang in go.mod to 1.21 #1461
Update Golang in go.mod to 1.21 #1461
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1461 +/- ##
=======================================
Coverage 68.39% 68.39%
=======================================
Files 39 39
Lines 2370 2370
=======================================
Hits 1621 1621
Misses 670 670
Partials 79 79 ☔ View full report in Codecov by Sentry. |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: creydr, matzew The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d536a21
into
knative-extensions:main
@@ -1,6 +1,6 @@ | |||
module knative.dev/eventing-kafka | |||
|
|||
go 1.19 | |||
go 1.21 |
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.
mine 1462, also adds toolchain go1.21.4
?
Seeing issues in #1460. Updating golang in go.mod helped in other cases