chore: enable exptostd linter (#9086)
Run the E2E test on kind / build (push) Failing after 7m47s
Run the E2E test on kind / setup-test-matrix (push) Successful in 4s
Run the E2E test on kind / run-e2e-test (push) Has been skipped
Main CI / Build (push) Failing after 39s
Close stale issues and PRs / stale (push) Successful in 20s
Trivy Nightly Scan / Trivy nightly scan (velero, main) (push) Failing after 1m39s
Trivy Nightly Scan / Trivy nightly scan (velero-plugin-for-aws, main) (push) Failing after 1m21s
Trivy Nightly Scan / Trivy nightly scan (velero-plugin-for-gcp, main) (push) Failing after 1m28s
Trivy Nightly Scan / Trivy nightly scan (velero-plugin-for-microsoft-azure, main) (push) Failing after 1m28s

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2025-07-17 17:16:00 -04:00
committed by GitHub
parent 805237a8da
commit e88fbb6fa5
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -23,11 +23,11 @@ import (
"fmt"
"os"
"os/exec"
"slices"
"strings"
"time"
"github.com/pkg/errors"
"golang.org/x/exp/slices"
"golang.org/x/mod/semver"
appsv1api "k8s.io/api/apps/v1"
corev1api "k8s.io/api/core/v1"
+1 -1
View File
@@ -32,11 +32,11 @@ import (
"reflect"
"regexp"
"runtime"
"slices"
"strings"
"time"
"github.com/pkg/errors"
"golang.org/x/exp/slices"
"golang.org/x/mod/semver"
"k8s.io/apimachinery/pkg/labels"
ver "k8s.io/apimachinery/pkg/util/version"