-
Notifications
You must be signed in to change notification settings - Fork 35
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
update github actions to use go1.21 #213
Conversation
87eeaf5
to
19ad3b9
Compare
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #213 +/- ##
=======================================
Coverage 31.71% 31.71%
=======================================
Files 37 37
Lines 3371 3371
=======================================
Hits 1069 1069
Misses 2239 2239
Partials 63 63
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
go.mod
Outdated
@@ -1,6 +1,6 @@ | |||
module github.com/netobserv/netobserv-ebpf-agent | |||
|
|||
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.
here it should be the minimum allowed, hence 1.20
19ad3b9
to
cfcab52
Compare
5c704d0
to
49e30a1
Compare
Signed-off-by: Mohamed Mahmoud <[email protected]>
Signed-off-by: Mohamed Mahmoud <[email protected]>
49e30a1
to
fa84b01
Compare
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: msherif1234 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 |
Description
update Github actions to use go1.21
make sure to set GOTOOLCHAIN to
local
to avoid updatinggo.mod
by setting this envvar
go env -w GOTOOLCHAIN="local"
Dependencies
n/a
Checklist
If you are not familiar with our processes or don't know what to answer in the list below, let us know in a comment: the maintainers will take care of that.