Skip to content

Commit

Permalink
fixup-squashme gitivng up on e2e tests with env test for now
Browse files Browse the repository at this point in the history
```
 + 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
  • Loading branch information
jiridanek committed May 24, 2024
1 parent ec78e3b commit fa14aad
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,3 @@ jobs:
cache-dependency-path: go.sum

- run: make build

"e2e-tests":
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
check-latest: true
go-version-file: go.mod
cache-dependency-path: go.sum

- run: make e2e
env:
GOPATH: "${{ runner.temp }}/go"

0 comments on commit fa14aad

Please sign in to comment.