[deps]: Pin go.temporal.io/api to 1.62.8 - #143
Merged
Merged
Conversation
Dependabot had been bumping go.temporal.io/api on its own schedule, which drifted us ahead of what Temporal Server actually ships. Server 1.31.2 vendors api 1.62.8, so proxying against 1.63.5 meant compiling against message and service definitions no server in the field speaks yet. Downgrade to 1.62.8 and add the module to Dependabot's ignore list so the version moves deliberately, alongside a server release, rather than whenever a new api tag lands.
pseudomuto
commented
Aug 26, 2026
| schedule: | ||
| interval: weekly | ||
| ignore: | ||
| - dependency-name: go.temporal.io/api |
Collaborator
Author
There was a problem hiding this comment.
Ignoring this completely, since the goal is specific version bumps as Temporal server releases happen.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! 🚀 New features to boost your workflow:
|
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.
Dependabot had been bumping go.temporal.io/api on its own schedule, which drifted us ahead of what Temporal Server actually ships. Server 1.31.2 vendors api 1.62.8, so proxying against 1.63.5 meant compiling against message and service definitions no server in the field speaks yet.
Downgrade to 1.62.8 and add the module to Dependabot's ignore list so the version moves deliberately, alongside a server release, rather than whenever a new api tag lands.
This was noticed as we went to add encryption to s2s-proxy and had to do a little dance to pin the correct API version there.