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

ci: add github actions workflow to run go tests #39

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on May 24, 2024

  1. ci: add github actions workflow to run go tests

    Some tests did not compile, so I also did the minimal amount of changes to get them compiling and passing.
    jiridanek committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4fcfe6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a897b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fd113b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    022a235 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec78e3b View commit details
    Browse the repository at this point in the history
  6. fixup-squashme gitivng up on e2e tests with env test for now

    ```
     + cd /home/runner/work/_temp/go/pkg/mod/sigs.k8s.io/controller-runtime/tools/[email protected]
    + GOBIN=/home/runner/work/kubezoo/kubezoo/bin go install ./
    go: errors parsing go.mod:
    /home/runner/work/_temp/go/pkg/mod/sigs.k8s.io/controller-runtime/tools/[email protected]/go.mod:3: invalid go version '1.22.0': must match format 1.23
    ```
    
    This seems to be fixed by either using older envtest or newer go
    
    * golang/go#61888
    jiridanek committed May 24, 2024
    Configuration menu
    Copy the full SHA
    fa14aad View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    e60ff17 View commit details
    Browse the repository at this point in the history