chore: make each package its own go module #1
examples.yml
on: pull_request
Matrix: build
Matrix: lint / lint
dependabot
0s
Annotations
14 errors, 3 warnings, and 4 notices
|
lint / lint (macos-latest):
examples/streaming-agent-simple/main.go#L73
unused-parameter: parameter 'result' seems to be unused, consider removing or renaming it as _ (revive)
|
|
lint / lint (macos-latest):
examples/streaming-agent-simple/main.go#L61
unused-parameter: parameter 'id' seems to be unused, consider removing or renaming it as _ (revive)
|
|
lint / lint (macos-latest):
examples/streaming-agent-simple/main.go#L38
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
|
lint / lint (macos-latest):
examples/streaming-agent-simple/main.go#L1
package-comments: should have a package comment (revive)
|
|
lint / lint (macos-latest):
examples/stream/main.go#L1
package-comments: should have a package comment (revive)
|
|
lint / lint (macos-latest):
examples/simple/main.go#L1
package-comments: should have a package comment (revive)
|
|
lint / lint (macos-latest):
examples/agent/main.go#L30
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
|
lint / lint (macos-latest):
examples/agent/main.go#L1
package-comments: should have a package comment (revive)
|
|
lint / lint (macos-latest):
examples/streaming-agent/main.go#L63
`if strings.Contains(strings.ToLower(location), "pristina")` has complex nested blocks (complexity: 5) (nestif)
|
|
lint / lint (macos-latest):
examples/streaming-agent/main.go#L65
string `fahrenheit` has 3 occurrences, make it a constant (goconst)
|
|
lint / lint (ubuntu-latest)
The operation was canceled.
|
|
lint / lint (ubuntu-latest)
The strategy configuration was canceled because "lint.lint.macos-latest" failed
|
|
lint / lint (windows-latest)
The operation was canceled.
|
|
lint / lint (windows-latest)
The strategy configuration was canceled because "lint.lint.macos-latest" failed
|
|
lint / lint (macos-latest)
Restore cache failed: Dependencies file is not found in /Users/runner/work/ai/ai. Supported file pattern: go.sum
|
|
lint / lint (ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/ai/ai. Supported file pattern: go.sum
|
|
lint / lint (windows-latest)
Restore cache failed: Dependencies file is not found in D:\a\ai\ai. Supported file pattern: go.sum
|
|
lint / lint (macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
lint / lint (windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
|
build (macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
build (windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|