Skip to content

ci: bump actions/setup-go from 5 to 6 - #13

Open
dependabot[bot] wants to merge 1 commit into
0.1.1from
dependabot/github_actions/actions/setup-go-6
Open

ci: bump actions/setup-go from 5 to 6#13
dependabot[bot] wants to merge 1 commit into
0.1.1from
dependabot/github_actions/actions/setup-go-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Copy link
Copy Markdown

Bumps actions/setup-go from 5 to 6.

Release notes

Sourced from actions/setup-go's releases.

v6.0.0

What's Changed

Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-go@v5...v6.0.0

v5.6.0

What's Changed

Full Changelog: actions/setup-go@v5...v5.6.0

v5.5.0

What's Changed

Bug fixes:

Dependency updates:

New Contributors

Full Changelog: actions/setup-go@v5...v5.5.0

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 24, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Timwood0x10 added a commit that referenced this pull request Sep 1, 2026
…r and shadow-scoring fixes (REVIEW #13)

- DistillationService persists an experience row without a vector and enqueues an async backfill task (A2 producer); falls back to a synchronous embed+update if the queue is unavailable.
- Bootstrap wires a postgres-backed EmbeddingEnqueuer adapter, relaxes experiences_1024.embedding to nullable and clears legacy zero-dimension vectors so pgvector search stays valid.
- Shadow sampling is now bounded by a batch deadline and, when an LLM scorer is wired, budget-gated through the tiered scorer; a deterministic scorer is reported honestly in the evaluator.
- Validator handles named string/bool/number types via reflect.Kind (asString/asBool/canonicalValue) and fixes the toInt64 MinInt64 lower-bound.
- Tests: distillation producer edge cases and named-type validator table tests; gofmt/vet/staticcheck/golangci/race/cover all green.

Coverage impact: ares_experience 31.8%->37.8%, llm/output 49.3%->51.8%.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants