Add HTTP tls (issue #393) #991
go-application.yml
on: pull_request
Lint scripts
3s
Verify that Makefile section of README is up to date
2s
Test integration with Prometheus
2m 0s
Verify that Helm README is up to date
14s
Lint Helm chart
3s
Verify templating chart with default values
4s
Build Linux ARM binary
0s
Build Mac binary
0s
Build Windows binary
0s
Matrix: upload-binaries
Annotations
7 errors
Lint code:
internal/startup_manager/startup_manager_test.go#L58
Error return value of `sm.shutdownServer` is not checked (errcheck)
|
Lint code:
internal/startup_manager/startup_manager_test.go#L109
Error return value of `sm.shutdownServer` is not checked (errcheck)
|
Lint code:
internal/startup_manager/startup_manager_test.go#L52
testinggoroutine: call to (*testing.T).Fatalf from a non-test goroutine (govet)
|
Lint code:
internal/startup_manager/startup_manager_test.go#L102
testinggoroutine: call to (*testing.T).Fatalf from a non-test goroutine (govet)
|
Lint code:
internal/startup_manager/startup_manager_test.go#L49
SA2002: the goroutine calls T.Fatalf, which must be called in the same goroutine as the test (staticcheck)
|
Lint code:
internal/startup_manager/startup_manager_test.go#L99
SA2002: the goroutine calls T.Fatalf, which must be called in the same goroutine as the test (staticcheck)
|
Lint code
issues found
|