[WIP] 🧹 Removing the vendor dir #6608
knative-style.yaml
on: pull_request
style
/
changes
18s
style
/
...
/
Auto-format and Check
12s
style
/
...
/
Lint
2m 18s
style
/
...
/
Do Not Submit
13s
style
/
...
/
shell
16s
style
/
...
/
yaml
28s
style
/
...
/
github_actions
13s
Matrix: style / Golang / Boilerplate Check
Annotations
10 errors and 7 warnings
style / Golang / Lint:
pkg/adapter/v2/cloudevents_test.go#L32
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
|
style / Golang / Lint:
pkg/apis/duck/v1beta1/delivery_types_test.go#L23
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
|
style / Golang / Lint:
pkg/apis/duck/v1beta1/subscribable_types_conversion_test.go#L26
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
|
style / Golang / Lint:
test/lib/logexporter.go#L84
SA1019: prow.IsCI is deprecated: use knative.dev/pkg/test/ci.IsCI (staticcheck)
|
style / Golang / Lint:
test/lib/logexporter.go#L97
SA1019: prow.GetLocalArtifactsDir is deprecated: use knative.dev/pkg/test/ci.GetLocalArtifactsDir (staticcheck)
|
style / Golang / Lint:
test/lib/logexporter.go#L154
SA1019: prow.GetLocalArtifactsDir is deprecated: use knative.dev/pkg/test/ci.GetLocalArtifactsDir (staticcheck)
|
style / Golang / Lint:
test/lib/test_runner.go#L290
SA1019: prow.IsCI is deprecated: use knative.dev/pkg/test/ci.IsCI (staticcheck)
|
style / Golang / Lint:
test/lib/test_runner.go#L291
SA1019: prow.GetLocalArtifactsDir is deprecated: use knative.dev/pkg/test/ci.GetLocalArtifactsDir (staticcheck)
|
style / Golang / Lint:
pkg/broker/ingress/ingress_handler.go#L237
SA1019: h.tokenVerifier.VerifyJWTFromRequest is deprecated: use OIDCTokenVerifier.Verify() instead to bundle AuthN and AuthZ verification (staticcheck)
|
style / Golang / Lint:
pkg/reconciler/parallel/parallel.go#L291
SA1019: sets.String is deprecated: use generic Set instead. new ways: s1 := Set[string]{} s2 := New[string]() (staticcheck)
|
style / suggester / yaml
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
style / suggester / shell
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
style / suggester / github_actions
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|