Skip to content

Commit ce2996b

Browse files
committed
ci: golangci-lint-action v7, drop kubebuilder e2e stub
- golangci-lint-action v6 does not support golangci-lint v2, bump to v7 - remove test-e2e.yml kubebuilder stub — e2e requires OCI environment, nightly-e2e.yml covers scheduled runs
1 parent 8b6192e commit ce2996b

2 files changed

Lines changed: 1 addition & 33 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git diff --exit-code || (echo "Run 'make manifests' and commit the result" && exit 1)
3939
4040
- name: golangci-lint
41-
uses: golangci/golangci-lint-action@v6
41+
uses: golangci/golangci-lint-action@v7
4242
with:
4343
version: v2.8.0
4444

.github/workflows/test-e2e.yml

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

0 commit comments

Comments
 (0)