-
Notifications
You must be signed in to change notification settings - Fork 444
feat: Update to go 1.17 #1084
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
feat: Update to go 1.17 #1084
Conversation
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.
Overall looks good, but the build is failing on GitHub runner and in my local env with the following error:
$ go build -o dist/tracee-rules
go: updates to go.mod needed; to update it:
go mod tidy
Hrm, yeah it's strange because locally it fine for me. Let me see what's missing here. But another way would also be to see what difference do you get if you run |
Looks like it figured it out this time. |
@simar7 Can you mark this as ready for review? As part of the next release I'd like to upgrade to 1.17 |
I've marked it ready for review, but please make sure all stakeholders are OK with this change. Last time that was not the case, as communicated offline. |
It will take some time in order for CNDR team to test if there is any issue with using an updated version of Go. |
@mtcherni95 Is there anything about 1.17 you expect to be an issue? What would the testing consist of? Go 1.17 came out in August and I have been compiling/running tracee with it since then without any issue. |
maybe dump question, but do you really need to upgrade CNDR just because we now build Tracee with go 1.17? |
that's the thing - I am not sure about it (I don't think so, but still wanted to test it first). It's in my backlog. |
when do you think you'll test it? |
@simar7 can you please rebase so we can merge? |
Signed-off-by: Simar <simar@linux.com>
a17cb83
to
abdde55
Compare
rebased |
merge this prior to: #1083 and #1082
Signed-off-by: Simar simar@linux.com