Skip to content

chore(deps): bump golangci/golangci-lint-action from 6 to 9#3

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/golangci/golangci-lint-action-9
Closed

chore(deps): bump golangci/golangci-lint-action from 6 to 9#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/golangci/golangci-lint-action-9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown

Bumps golangci/golangci-lint-action from 6 to 9.

Release notes

Sourced from golangci/golangci-lint-action's releases.

v9.0.0

In the scope of this release, we change Nodejs runtime from node20 to node24 (https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/).

What's Changed

Changes

Full Changelog: golangci/golangci-lint-action@v8.0.0...v9.0.0

v8.0.0

Requires golangci-lint version >= v2.1.0

What's Changed

Changes

Full Changelog: golangci/golangci-lint-action@v7...v8.0.0

v7.0.1

What's Changed

Documentation

Dependencies

New Contributors

Full Changelog: golangci/golangci-lint-action@v7.0.0...v7.0.1

v7.0.0

... (truncated)

Commits
  • 82606bf chore: prepare release v9.2.1
  • 97c8387 chore: improve workflows (#1394)
  • 28d0a19 build(deps): bump the dependencies group across 1 directory with 2 updates
  • 633fbc7 build(deps): bump github/codeql-action from 4.35.3 to 4.35.4 (#1391)
  • 59f43e2 build(deps): bump github/codeql-action from 4.35.2 to 4.35.3 (#1389)
  • 9eb174e build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 (#1386)
  • 4f52504 build(deps): bump github/codeql-action from 4 to 4.35.2 (#1384)
  • 6f87dfd docs: update examples
  • c9500d7 chore: improve workflows
  • 03b1faa chore: improve issue templates
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 9.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v6...v9)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-version: '9'
  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 Jun 13, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

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

juicycleff added a commit that referenced this pull request Jun 13, 2026
Records the design for horizontally scaling the source of truth by tenant,
the one axis with a ceiling (single-Postgres writes + single relay leader);
everything else already scales out. Captures the stance: shard by tenant as a
routing adapter behind the existing ports, NOT multi-master / consensus /
distributed transactions.

Key points: a tenant lives entirely on one shard, so the tenant-scoping
invariant (ADR 0002) removes scatter-gather reads and single-tenant commands
remove 2PC — sharding is a directory lookup plus per-shard background runners.
The advisory-lock elector (ADR 0004) gives one relay/reconcile leader per
shard for free (locks are per-database). core/ stays shard-agnostic (ADR
0001). Projections are nearly untouched (tenant-named targets are orthogonal
to PG shard); rebuildable projections (invariant #3) make tenant moves
tractable. Status: proposed; single-DSN remains the production path until a
shard is actually needed.

Force-added: docs/.gitignore ignores /decisions/, but 0001-0006 are tracked
the same way (ADRs belong in the repo).
@dependabot @github

dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Author

Looks like golangci/golangci-lint-action is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 13, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/golangci/golangci-lint-action-9 branch June 13, 2026 07:31
juicycleff added a commit that referenced this pull request Jul 1, 2026
Records the design for horizontally scaling the source of truth by tenant,
the one axis with a ceiling (single-Postgres writes + single relay leader);
everything else already scales out. Captures the stance: shard by tenant as a
routing adapter behind the existing ports, NOT multi-master / consensus /
distributed transactions.

Key points: a tenant lives entirely on one shard, so the tenant-scoping
invariant (ADR 0002) removes scatter-gather reads and single-tenant commands
remove 2PC — sharding is a directory lookup plus per-shard background runners.
The advisory-lock elector (ADR 0004) gives one relay/reconcile leader per
shard for free (locks are per-database). core/ stays shard-agnostic (ADR
0001). Projections are nearly untouched (tenant-named targets are orthogonal
to PG shard); rebuildable projections (invariant #3) make tenant moves
tractable. Status: proposed; single-DSN remains the production path until a
shard is actually needed.

Force-added: docs/.gitignore ignores /decisions/, but 0001-0006 are tracked
the same way (ADRs belong in the repo).
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