Skip to content

update sigstore-go to b5fe07a5a#12

Merged
tonistiigi merged 1 commit intomoby:mainfrom
tonistiigi:update-sigstore-go
Dec 2, 2025
Merged

update sigstore-go to b5fe07a5a#12
tonistiigi merged 1 commit intomoby:mainfrom
tonistiigi:update-sigstore-go

Conversation

@tonistiigi
Copy link
Copy Markdown
Member

@tonistiigi tonistiigi commented Nov 25, 2025

Removes the need for replace rules from forks.

ref sigstore/sigstore-go#543

Removes the need for replace rules from forks.

Signed-off-by: Tonis Tiigi <[email protected]>
Comment thread go.mod
module github.com/moby/policy-helpers

go 1.24.3
go 1.25.0
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

@thaJeztah thaJeztah Dec 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sigh... perhaps we should ask them why they're forcing go1.25; looks like it was just to reduce their CI matrix for no clear reason.

while we don't even import boulder in any code path 🤦

Yeah; go modules doesn't care if you use it or not; if a dependency is listed anywhere, it's used as part of version resolution;

go mod graph | grep 'github.com/letsencrypt/boulder'
github.com/sigstore/[email protected] github.com/letsencrypt/[email protected]
github.com/sigstore/rekor-tiles/[email protected] github.com/letsencrypt/[email protected]
github.com/sigstore/[email protected] github.com/letsencrypt/[email protected]
github.com/sigstore/[email protected] github.com/letsencrypt/[email protected]
github.com/sigstore/timestamp-authority/[email protected] github.com/letsencrypt/[email protected]
github.com/theupdateframework/go-tuf/[email protected] github.com/letsencrypt/[email protected]

I tried to convince the Go maintainers to prune before resolving, but that was rejected;

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tonistiigi tonistiigi requested a review from crazy-max December 2, 2025 01:07
@tonistiigi tonistiigi merged commit 319fbb9 into moby:main Dec 2, 2025
3 checks passed
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.

3 participants