Bump spirit to @main - #15
Closed
morgo wants to merge 1 commit into
Closed
Conversation
Also bumps the hermit Go toolchain from 1.26.1 to 1.26.5, as spirit@main now requires go >= 1.26.5.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates this repo’s Spirit dependency to the latest main snapshot and aligns the repository’s Go toolchain requirement accordingly (including Hermit shims), so builds remain compatible with Spirit’s updated minimum Go version.
Changes:
- Bump
github.com/block/spiritto9dd2b80e44caand refreshgo.sumaccordingly. - Update
godirective ingo.modto1.26.5and bumpgolang.org/x/synctov0.22.0. - Add Hermit-generated Go package shim for
1.26.5.
Reviewed changes
Copilot reviewed 1 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates Go version directive and bumps Spirit + x/sync to match new toolchain requirements. |
| go.sum | Refreshes module checksums for the updated Spirit and x/sync versions. |
| bin/.go-1.26.5.pkg | Adds the Hermit-generated package shim for Go 1.26.5 bootstrapping/execution. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
github.com/block/spiritto the latestmain(19ef8b5, 2026-07-22).metadatalock API rename (block/spirit#1067)
Spirit renamed its dbconn advisory-lock API:
MetadataLock→AdvisoryLockNewMetadataLock→NewAdvisoryLockUpdated the 3 call sites / field declarations in
pkg/runner/{archive_runner,stage_runner}.goandpkg/test/test.go, plus the related log and comment wording ("metadata lock" → "advisory lock").Toolchain
spirit@main requires
go >= 1.26.5; this repo hermit toolchain was pinned at 1.26.1, so this PR also bumps the hermit Go toolchain to 1.26.5 (bin/go,bin/gofmt,.go-*.pkg) and thegodirective in go.mod.Verified with
go build ./...andgo vet ./....Automated by the recurring bump-all-spirit task.