Implement websocket (ws:// and wss://) links #612
ci.yml
on: pull_request
Lint
2m 32s
Analyse
1m 17s
Matrix: build-linux
Matrix: build-macos
Matrix: build-windows
Matrix: build-freebsd
All tests passed
3s
Annotations
11 errors and 4 warnings
Lint:
src/admin/admin.go#L15
could not import github.com/yggdrasil-network/yggdrasil-go/src/core (-: # github.com/yggdrasil-network/yggdrasil-go/src/core
|
Lint:
src/core/link_ws.go#L56
more than one character in rune literal
|
Lint:
src/core/link_ws.go#L57
w.write undefined (type http.ResponseWriter has no field or method write, but does have Write)
|
Lint:
src/core/link_wss.go#L61
more than one character in rune literal
|
Lint:
src/core/link_wss.go#L62
w.write undefined (type http.ResponseWriter has no field or method write, but does have Write)
|
Lint:
src/core/link_wss.go#L81
cannot use &linkWSConn{…} (value of type *linkWSConn) as *linkWSSConn value in send
|
Lint:
src/core/link_wss.go#L120
cannot use ch (variable of type chan *linkWSConn) as chan *linkWSSConn value in struct literal) (typecheck)
|
Lint:
src/ipv6rwc/ipv6rwc.go#L17
could not import github.com/yggdrasil-network/yggdrasil-go/src/core (-: # github.com/yggdrasil-network/yggdrasil-go/src/core
|
Lint:
src/core/link_ws.go#L56
more than one character in rune literal
|
Lint:
src/core/link_ws.go#L57
w.write undefined (type http.ResponseWriter has no field or method write, but does have Write)
|
All tests passed
Process completed with exit code 1.
|
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/
|
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
|