Conversation
3 tasks
ysyneu
added a commit
that referenced
this pull request
Apr 24, 2026
… cache-map (#34) * chore(ci): bump golangci-lint-action version to v2.4 Pin v2.1 (binary built with Go 1.24) refused to load configs targeting Go 1.25.0, blocking dependabot PRs #28 and #29 which bump go.mod's go directive. v2.4 is built with Go 1.25 and lints both 1.24 and 1.25 targets. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * fix(ci): migrate buildkit-cache-dance v3 inputs (cache-source → cache-map) v3 deprecated cache-source and now requires explicit cache-map. Without this, v3 falls back to auto-discovery defaults that try to mkdir /var/cache/apk on the runner and fail with EACCES, breaking every Docker Publish run on main since #21 landed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Collaborator
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
Collaborator
|
@dependabot recreate |
Bumps [github.com/modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk) from 1.2.0 to 1.5.0. - [Release notes](https://github.com/modelcontextprotocol/go-sdk/releases) - [Commits](modelcontextprotocol/go-sdk@v1.2.0...v1.5.0) --- updated-dependencies: - dependency-name: github.com/modelcontextprotocol/go-sdk dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
4146e6c to
347218c
Compare
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/modelcontextprotocol/go-sdk from 1.2.0 to 1.5.0.
Release notes
Sourced from github.com/modelcontextprotocol/go-sdk's releases.
... (truncated)
Commits
d3fd25bmcp: use http.ResponseController to ensure writes are flushed (#870)638d404all: stabilize client OAuth support (#861)c1a12cfmcp: accept parameterized Accept media types (#853)a1f808call: modernize code (#868)74d2751mcp: return input validation errors as tool results, not JSON-RPC errors (#863)b71a839all: fix typos (#869)2d43865Enterprise managed authorization (#770)05277f6oauthex: use internal JSON library for decoding. (#866)150bca7mcp: handle empty chunks in MemoryEventStore (#862)755b9edmcp: re-enable race test after fixing data races (#851)