Implement websocket (ws:// and wss://) links #614
ci.yml
on: pull_request
Lint
7s
Analyse
1m 7s
Matrix: build-linux
Matrix: build-macos
Matrix: build-windows
Matrix: build-freebsd
All tests passed
2s
Annotations
6 errors and 4 warnings
Lint:
src/core/link_ws.go#L58
Error return value of `w.Write` is not checked (errcheck)
|
Lint:
src/core/link_ws.go#L126
Error return value of `lwl.httpServer.Serve` is not checked (errcheck)
|
Lint:
src/core/link_wss.go#L63
Error return value of `w.Write` is not checked (errcheck)
|
Lint:
src/core/link_wss.go#L135
Error return value of `lwl.httpServer.Serve` is not checked (errcheck)
|
Lint
issues found
|
All tests passed
Process completed with exit code 1.
|
Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/yggdrasil-go/yggdrasil-go. Supported file pattern: go.sum
|
Analyse
The following actions uses Node.js version which is deprecated and will be forced to run on node20: github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Analyse
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|