This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Update deps 2024-01-18 #3256
knative-style.yaml
on: pull_request
style
/
changes
3s
style
/
...
/
Auto-format and Check
17s
style
/
...
/
Lint
2m 38s
style
/
...
/
Do Not Submit
7s
style
/
...
/
shell
9s
style
/
...
/
yaml
0s
style
/
...
/
github_actions
0s
Matrix: style / Golang / Boilerplate Check
Annotations
2 errors and 10 warnings
style / Golang / Auto-format and Check:
pkg/source/adapter/adapter_test.go#L1
Please run goimports.
diff --git a/pkg/source/adapter/adapter_test.go b/pkg/source/adapter/adapter_test.go
index 66e7eb5..0ffefdc 100644
--- a/pkg/source/adapter/adapter_test.go
+++ b/pkg/source/adapter/adapter_test.go
@@ -20,15 +20,16 @@ import (
"context"
"encoding/json"
"io"
- "knative.dev/eventing/pkg/auth"
- "knative.dev/eventing/pkg/eventingtls"
- "knative.dev/eventing/pkg/kncloudevents"
"net/http"
"net/http/httptest"
"os"
"testing"
"time"
+ "knative.dev/eventing/pkg/auth"
+ "knative.dev/eventing/pkg/eventingtls"
+ "knative.dev/eventing/pkg/kncloudevents"
+
"github.com/Shopify/sarama"
"github.com/cloudevents/sdk-go/v2/types"
"go.uber.org/zap"
|
style / Golang / Auto-format and Check
Process completed with exit code 1.
|
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka/eventing-kafka. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (sh)
The following actions uses node12 which is deprecated and will be forced to run on node16: andstor/file-existence-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
style / Golang / Boilerplate Check (sh)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka/eventing-kafka. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (go)
The following actions uses node12 which is deprecated and will be forced to run on node16: andstor/file-existence-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
style / Golang / Boilerplate Check (go)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka/eventing-kafka. Supported file pattern: go.sum
|
style / Golang / Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: andstor/file-existence-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
style / Golang / Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka/eventing-kafka. Supported file pattern: go.sum
|