Skip to content

chore(deps): bump steadybit kits and drop Go patch pin - #184

Merged
joshiste merged 1 commit into
mainfrom
bump-go-1.26-floating
Aug 17, 2026
Merged

chore(deps): bump steadybit kits and drop Go patch pin#184
joshiste merged 1 commit into
mainfrom
bump-go-1.26-floating

Conversation

@joshiste

Copy link
Copy Markdown
Member

Bumps the steadybit kit modules to versions declaring go 1.26 and drops the exact-patch pin from the go directive, so 1.26.x patches are picked up automatically.

Also removes the redundant go_version override from ci.yml — the reusable extension CI now defaults to a floating 1.26, matching the floating golang:1.26-* Docker base images.

Bumps the kit modules to versions declaring `go 1.26` and drops the
exact-patch pin from the go directive, so 1.26.x patches are picked up
automatically. Also drops the redundant go_version override from ci.yml
- the reusable CI now defaults to a floating '1.26'.
@joshiste
joshiste enabled auto-merge (squash) August 17, 2026 13:26
@claude

claude Bot commented Aug 17, 2026

Copy link
Copy Markdown

Claude finished @joshiste's task in 1m 19s —— View job


Claude finished reviewing this PR

  • Check for previously unresolved review threads by Claude (none found)
  • Review the diff (go.mod / go.sum changes)
  • Post findings

Review

This is a routine dependency-only change (go.mod +11/-11, go.sum +26/-26):

  • go.mod/go.sum are internally consistent — every bumped require entry in go.mod has a matching updated h1:/go.mod hash pair in go.sum, and vice versa.
  • All version changes are forward bumps (patch/minor), no downgrades:
    • action-kit (api v2.10.5→v2.10.6, sdk v1.4.0→v1.4.1)
    • discovery-kit (api v1.7.1→v1.7.2, sdk v1.4.1→v1.4.2)
    • extension-kit v1.11.1→v1.11.2
    • transitive: getkin/kin-openapi, klauspost/compress, oapi-codegen/runtime, santhosh-tekuri/jsonschema/v6, golang.org/x/exp, golang.org/x/text
  • The go 1.26 directive in go.mod (no patch pin) was already in place on main prior to this PR, and the ci.yml go_version override was already removed in an earlier commit — this PR's diff is limited to the dependency bumps, matching the changed-files list.
  • No code changes accompany this, so there's nothing to assess for bugs, security, concurrency, or performance beyond the dependency versions themselves — no known issues stand out in these releases.

CI (ci workflow) was still in progress at review time — worth confirming it passes (build/tests against the bumped SDKs) before merging.

No blocking issues found.

@sonarqubecloud

Copy link
Copy Markdown

@joshiste
joshiste merged commit 087543a into main Aug 17, 2026
13 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant