chore(deps): bump steadybit kits and drop Go patch pin - #153
Conversation
|
Claude finished @joshiste's task in 2m 2s —— View job Claude finished reviewing this PRTodo:
SummaryThis is a clean, mechanical change: drops the Go patch pin ( FindingPR description doesn't match actual CI behavior. The description states that go_version:
type: string
required: false
default: '1.26'
...
- uses: actions/setup-go@v7
with:
go-version: ${{ inputs.go_version }}Removing the
Worth either updating the PR description to reflect that this currently relies on the reusable workflow's default matching No other correctness, security, or performance concerns found — this is otherwise a standard dependency/version bump. Note: I was unable to run |
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'.
e442de4 to
94e00e4
Compare
|



Bumps the steadybit kit modules to versions declaring
go 1.26and drops the exact-patch pin from thegodirective, so 1.26.x patches are picked up automatically.Also removes the redundant
go_versionoverride fromci.yml— the reusable extension CI now defaults to a floating1.26, matching the floatinggolang:1.26-*Docker base images.