Skip to content

Commit 9910c76

Browse files
committed
Drop controller-runtime deps
1 parent f5697a3 commit 9910c76

File tree

4 files changed

+0
-63
lines changed

4 files changed

+0
-63
lines changed

.github/actions/install-deps/action.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/toolchain.sh

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/presubmit.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ jobs:
1111
permissions:
1212
issues: write
1313
runs-on: ubuntu-latest
14-
strategy:
15-
fail-fast: false
16-
matrix:
17-
k8sVersion: ["1.25.x", "1.26.x", "1.27.x", "1.28.x", "1.29.x", "1.30.x", "1.31.x"]
1814
steps:
1915
- uses: actions/checkout@v4
20-
- uses: ./.github/actions/install-deps
21-
with:
22-
k8sVersion: ${{ matrix.k8sVersion }}
2316
- run: make presubmit

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@ verify: ##
1515
.PHONY: test
1616
test: ##
1717
go test ./...
18-
19-
.PHONY: toolchain
20-
toolchain: ##
21-
./.github/toolchain.sh

0 commit comments

Comments
 (0)