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

Fix data race when running go-git tests #28

Merged
merged 4 commits into from Dec 19, 2022

Commits on Dec 5, 2022

  1. build: Update GitHub workflows

    - Remove unecessary token permissions in CI.
    - Bump Action versions to latest.
    - Bump Go version to match go-git repository.
    
    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Dec 5, 2022
    Copy the full SHA
    007675e View commit details
    Browse the repository at this point in the history
  2. build: Bump dependencies

    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Dec 5, 2022
    Copy the full SHA
    027fa5a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Fix go-git data races whilst running tests

    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Dec 16, 2022
    Copy the full SHA
    0a54206 View commit details
    Browse the repository at this point in the history
  2. tests: Fix tests in windows

    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Dec 16, 2022
    Copy the full SHA
    38b02ce View commit details
    Browse the repository at this point in the history