Skip to content

add tls support

add tls support #104

Triggered via pull request November 29, 2023 10:32
Status Success
Total duration 1m 19s
Artifacts

ci-go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
go-fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
go-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
go-lint: relay-server/main.go#L59
var esUrl should be esURL
go-lint: relay-server/main.go#L4
should have a package comment
go-lint: relay-server/elasticsearch/adapter.go#L29
type name will be used as elasticsearch.ElasticsearchClient by other packages, and that stutters; consider calling this Client
go-lint: relay-server/elasticsearch/adapter.go#L1
should have a package comment
go-lint: relay-server/config/config.go#L1
should have a package comment
go-lint: relay-server/log/logger.go#L4
should have a package comment
go-lint: relay-server/common/common.go#L4
should have a package comment
go-lint: relay-server/config/config.go#L9
exported type RelayConfig should have comment or be unexported
go-lint: relay-server/config/config.go#L15
exported var GlobalConfig should have comment or be unexported
go-lint: relay-server/config/config.go#L34
exported function LoadConfig should have comment or be unexported
go-sec
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/