Skip to content

ci: add GitHub Actions workflow + golangci-lint + dependabot #1

ci: add GitHub Actions workflow + golangci-lint + dependabot

ci: add GitHub Actions workflow + golangci-lint + dependabot #1

Triggered via push April 20, 2026 00:30
Status Failure
Total duration 1m 1s
Artifacts

ci.yml

on: push
integration (postgres + minio)
24s
integration (postgres + minio)
lint
58s
lint
govulncheck
27s
govulncheck
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 3 warnings
test (go 1.25 / ubuntu-latest)
Process completed with exit code 1.
test (go 1.25 / macos-latest)
Process completed with exit code 1.
test (go 1.25 / windows-latest)
Process completed with exit code 1.
integration (postgres + minio)
Docker pull failed with exit code 1
govulncheck: cmd/engine/main.go#L27
could not import github.com/hallelx2/llmgate/provider/openai (invalid package name: "")
govulncheck: cmd/engine/main.go#L26
could not import github.com/hallelx2/llmgate/provider/gemini (invalid package name: "")
govulncheck: cmd/engine/main.go#L25
could not import github.com/hallelx2/llmgate/provider/anthropic (invalid package name: "")
govulncheck: cmd/engine/main.go#L24
could not import github.com/hallelx2/llmgate (invalid package name: "")
govulncheck: cmd/engine/main.go#L27
github.com/hallelx2/llmgate@v0.0.0-00010101000000-000000000000: replacement directory ../llmgate does not exist
govulncheck: cmd/engine/main.go#L26
github.com/hallelx2/llmgate@v0.0.0-00010101000000-000000000000: replacement directory ../llmgate does not exist
govulncheck: cmd/engine/main.go#L25
github.com/hallelx2/llmgate@v0.0.0-00010101000000-000000000000: replacement directory ../llmgate does not exist
govulncheck: pkg/retrieval/chunked_tree.go#L10
could not import github.com/hallelx2/llmgate (invalid package name: "")
govulncheck: pkg/ingest/ingest.go#L28
could not import github.com/hallelx2/llmgate (invalid package name: "")
govulncheck: cmd/engine/main.go#L24
github.com/hallelx2/llmgate@v0.0.0-00010101000000-000000000000: replacement directory ../llmgate does not exist
lint
Process completed with exit code 1.
lint: cmd/engine/main.go#L27
github.com/hallelx2/llmgate@v0.0.0-00010101000000-000000000000: replacement directory ../llmgate does not exist (compile)
lint: cmd/engine/main.go#L26
github.com/hallelx2/llmgate@v0.0.0-00010101000000-000000000000: replacement directory ../llmgate does not exist (compile)
lint: cmd/engine/main.go#L25
github.com/hallelx2/llmgate@v0.0.0-00010101000000-000000000000: replacement directory ../llmgate does not exist (compile)
lint: cmd/engine/main.go#L24
github.com/hallelx2/llmgate@v0.0.0-00010101000000-000000000000: replacement directory ../llmgate does not exist (compile)
lint: pkg/parser/markdown.go#L151
type assertion to the same type: n already has type ast.Node (S1040)
lint: pkg/parser/markdown.go#L63
h.Text is deprecated: Use other properties of the node to get the text value(i.e. Pragraph.Lines, Text.Value). (SA1019)
integration (postgres + minio)
Docker pull failed with exit code 1, back off 8.582 seconds before retry.
integration (postgres + minio)
Docker pull failed with exit code 1, back off 3.266 seconds before retry.
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/