Skip to content

Commit fa14aad

Browse files
committed
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
1 parent ec78e3b commit fa14aad

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,3 @@ jobs:
3333
cache-dependency-path: go.sum
3434

3535
- run: make build
36-
37-
"e2e-tests":
38-
runs-on: ubuntu-latest
39-
steps:
40-
41-
- uses: actions/checkout@v4
42-
43-
- uses: actions/setup-go@v5
44-
with:
45-
check-latest: true
46-
go-version-file: go.mod
47-
cache-dependency-path: go.sum
48-
49-
- run: make e2e
50-
env:
51-
GOPATH: "${{ runner.temp }}/go"

0 commit comments

Comments
 (0)