Skip to content

Introduce server config method(s) #169

Introduce server config method(s)

Introduce server config method(s) #169

Triggered via pull request June 8, 2024 10:58
Status Failure
Total duration 32s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
tests
Cannot open: File exists
tests
Cannot open: File exists
tests
Cannot open: File exists
tests
Cannot open: File exists
tests
Cannot open: File exists
tests
Cannot open: File exists
tests
Cannot open: File exists
tests
Cannot open: File exists
tests
Cannot open: File exists
tests
Cannot open: File exists
tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
tests: server/wasabi_context.go#L17
var-naming: method GetHttpConfig should be GetHTTPConfig (revive)
tests: server/wasabi_context.go#L21
var-naming: type HttpConfig should be HTTPConfig (revive)
tests: server/wasabi_context.go#L31
var-naming: var defaultHttpConfig should be defaultHTTPConfig (revive)
tests: server/wasabi_context.go#L33
var-naming: func getDefaultHttpConfig should be getDefaultHTTPConfig (revive)
tests: server/wasabi_context.go#L26
unused-parameter: parameter 'fromContext' seems to be unused, consider removing or renaming it as _ (revive)