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

chore: remove vendor directory #739

Merged
merged 4 commits into from
Jul 24, 2024

Commits on Jul 22, 2024

  1. chore: remove vendor directory

    Switched to Go modules for dependency management. This simplifies our workflow and reduces repo size.
    
    Signed-off-by: Tobias Giese <[email protected]>
    Co-authored-by: Soule BA <[email protected]>
    Co-authored-by: killianmuldoon <[email protected]>
    3 people committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    faf1ec2 View commit details
    Browse the repository at this point in the history
  2. chore: use current directory as HOME if HOME is not set

    We have issue with GOPATH if no HOME env is set.
    To fix this we want to make the current directory as our new home.
    
    Signed-off-by: Tobias Giese <[email protected]>
    Co-authored-by: Andrea Panattoni <[email protected]>
    tobiasgiese and zeeke committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e0fb813 View commit details
    Browse the repository at this point in the history
  3. chore: update github action to check only go mod tidy

    Signed-off-by: Tobias Giese <[email protected]>
    tobiasgiese committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    00f8a61 View commit details
    Browse the repository at this point in the history
  4. e2e: Install ginkgo via Makefile

    Signed-off-by: Tobias Giese <[email protected]>
    Co-authored-by: Andrea Panattoni <[email protected]>
    tobiasgiese and zeeke committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    25585da View commit details
    Browse the repository at this point in the history