Skip to content

Move workflows to correct directory for GitHub actions. #1

Move workflows to correct directory for GitHub actions.

Move workflows to correct directory for GitHub actions. #1

Triggered via pull request July 29, 2024 20:03
@robshakirrobshakir
opened #17
ci
Status Failure
Total duration 1m 50s
Artifacts

go.yml

on: pull_request
Matrix: go / Build and Test
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 4 warnings
go / Build and Test (stable)
Process completed with exit code 1.
go / Static Analysis
Process completed with exit code 1.
go / Static Analysis
Process completed with exit code 1.
go / Static Analysis: integration/docker_stats_e2e/docker_stats_e2e_test.go#L83
call to (*testing.T).Fatalf from a non-test goroutine
go / Static Analysis: integration/oltp_e2e/e2e_test.go#L90
call to (*testing.T).Fatalf from a non-test goroutine
go / Static Analysis
Process completed with exit code 1.
go / Static Analysis: collector/components.go#L15
should have a package comment
go / Static Analysis: gnmi/gnmi.go#L40
exported type GNMI should have comment or be unexported
go / Static Analysis: gnmi/gnmi.go#L51
exported function NewGNMIExporter should have comment or be unexported
go / Static Analysis: gnmi/gnmi.go#L82
exported method GNMI.Start should have comment or be unexported
go / Static Analysis: gnmi/gnmi.go#L94
exported method GNMI.Stop should have comment or be unexported
go / Static Analysis: gnmipath/config.go#L21
exported type Config should have comment or be unexported
go / Static Analysis: gnmipath/pather.go#L24
exported type Pather should have comment or be unexported
go / Static Analysis: gnmipath/pather.go#L28
exported function NewPather should have comment or be unexported
go / Static Analysis: gnmipath/doc.go#L15
package comment should be of the form "Package gnmipath ..."
go / Static Analysis: integration/docker_stats_e2e/docker_stats_e2e_test.go#L62
context.Context should be the first parameter of a function
go / Build and Test (oldstable)
Process completed with exit code 1.
go / staticcheck: gnmi/gnmi.go#L27
"github.com/golang/protobuf/proto" is deprecated: Use the "google.golang.org/protobuf/proto" package instead. (SA1019)
go / staticcheck: gnmi/gnmi.go#L57
the argument is already a string, there's no need to use fmt.Sprintf (S1025)
go / staticcheck: gnmipath/pather_test.go#L110
variable in loop condition never changes (SA4008)
go / staticcheck: integration/docker_stats_e2e/docker_stats_e2e_test.go#L80
the goroutine calls T.Fatalf, which must be called in the same goroutine as the test (SA2002)
go / staticcheck: integration/docker_stats_e2e/docker_stats_e2e_test.go#L137
unnecessary guard around call to delete (S1033)
go / staticcheck: integration/oltp_e2e/e2e_test.go#L87
the goroutine calls T.Fatalf, which must be called in the same goroutine as the test (SA2002)
go / staticcheck
Process completed with exit code 1.
go / Build and Test (stable)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
go / Static Analysis
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
go / Build and Test (oldstable)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
go / staticcheck
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/