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

fuzz: Fuzz optimisations #722

Merged
merged 3 commits into from
Sep 3, 2022
Merged

fuzz: Fuzz optimisations #722

merged 3 commits into from
Sep 3, 2022

Commits on Sep 2, 2022

  1. fuzz: Ensure latest base images are used

    Latest base image should contain Go 1.18, removing
    the need of updating that ourselves, apart from
    benefiting from latest changes upstream.
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    17102e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. fuzz: Reuse go cache from host

    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    b7f9239 View commit details
    Browse the repository at this point in the history
  2. fuzz: Use Go 1.18 on CI and fix cache path

    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    ce3d201 View commit details
    Browse the repository at this point in the history