Skip to content
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: Bump up to go1.16 #589

Merged
merged 1 commit into from
Mar 3, 2021
Merged

feat: Bump up to go1.16 #589

merged 1 commit into from
Mar 3, 2021

Conversation

simar7
Copy link
Member

@simar7 simar7 commented Mar 3, 2021

This is in preparation for #434

Signed-off-by: Simarpreet Singh simar@linux.com

This is in preparation for #434

Signed-off-by: Simarpreet Singh <simar@linux.com>
@simar7 simar7 self-assigned this Mar 3, 2021
Comment on lines 15 to +18
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.16
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should just eliminate this setup since Ubuntu 20.04 Github Actions runner includes this by default anyway: https://github.com/actions/virtual-environments/blob/ubuntu20/20210219.1/images/linux/Ubuntu2004-README.md#go

We actually current don't have it for tracee-ebpf action: https://github.com/aquasecurity/tracee/blob/main/.github/workflows/pr-ebpf.yaml#L17-L25

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't have it in tracee-ebpf because it runs in a container.
personally I think it's better to be specific which version we are using to avoid future bugs

@simar7 simar7 requested a review from itaysk March 3, 2021 00:51
@itaysk itaysk added this to Reviewer approved in Tracee team Mar 3, 2021
@itaysk itaysk moved this from Reviewer approved to Done in Tracee team Mar 3, 2021
@itaysk itaysk removed this from Done in Tracee team Mar 3, 2021
@simar7 simar7 merged commit 5ba8472 into aquasecurity:main Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants