Skip to content

fix: 修复CI Go版本不匹配问题 #109

fix: 修复CI Go版本不匹配问题

fix: 修复CI Go版本不匹配问题 #109

Triggered via push December 18, 2025 13:25
Status Failure
Total duration 1m 5s
Artifacts

test-build.yml

on: push
单元测试和构建
0s
单元测试和构建
构建测试
构建测试
Fit to window
Zoom out
Zoom in

Annotations

10 errors
代码检查: plugins/services/smb2.go#L26
exported: comment on exported const SMB2ErrorNetwork should be of the form "SMB2ErrorNetwork ..." (revive)
代码检查: plugins/services/smb2.go#L25
exported: comment on exported const SMB2ErrorAuth should be of the form "SMB2ErrorAuth ..." (revive)
代码检查: plugins/web/types.go#L17
exported: type name will be used as web.WebScanResult by other packages, and that stutters; consider calling this ScanResult (revive)
代码检查: plugins/web/webpoc.go#L16
exported: type name will be used as web.WebPocPlugin by other packages, and that stutters; consider calling this PocPlugin (revive)
代码检查: plugins/web/types.go#L11
exported: type name will be used as web.WebPlugin by other packages, and that stutters; consider calling this Plugin (revive)
代码检查: plugins/web/webtitle.go#L22
exported: type name will be used as web.WebTitlePlugin by other packages, and that stutters; consider calling this TitlePlugin (revive)
代码检查: webscan/web_scan.go#L1
var-naming: don't use MixedCaps in package name; WebScan should be webscan (revive)
代码检查: webscan/fingerprint_scanner.go#L1
var-naming: don't use MixedCaps in package name; WebScan should be webscan (revive)
代码检查: webscan/web_scan_test.go#L1
var-naming: don't use MixedCaps in package name; WebScan should be webscan (revive)
代码检查: plugins/services/redis.go#L727
Error return value of `file.Close` is not checked (errcheck)