Skip to content

[deps]: Pin go.temporal.io/api to 1.62.8 - #143

Merged
pseudomuto merged 1 commit into
mainfrom
temporal-api-version
Aug 27, 2026
Merged

[deps]: Pin go.temporal.io/api to 1.62.8#143
pseudomuto merged 1 commit into
mainfrom
temporal-api-version

Conversation

@pseudomuto

Copy link
Copy Markdown
Collaborator

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.

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
pseudomuto requested a review from a team as a code owner August 26, 2026 13:14
Comment thread .github/dependabot.yml
schedule:
interval: weekly
ignore:
- dependency-name: go.temporal.io/api

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Ignoring this completely, since the goal is specific version bumps as Temporal server releases happen.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@liam-lowe liam-lowe left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

thanks for this!

@pseudomuto
pseudomuto merged commit 8bced39 into main Aug 27, 2026
6 checks passed
@pseudomuto
pseudomuto deleted the temporal-api-version branch August 27, 2026 17:25
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