Bump go.temporal.io/server to v1.31.1 (security patch via OSS server)#1088
Merged
Conversation
chaptersix
approved these changes
Jun 10, 2026
5 tasks
fretz12
added a commit
to temporalio/temporal
that referenced
this pull request
Jun 10, 2026
## What changed? Bumps `defaultCliVersion` from `"1.7.1"` to `"1.7.2"` in `.github/actions/build-docker-images/scripts/main.go`. This is the version of the `temporal` CLI binary downloaded and bundled into the admin-tools Docker image at build time. ## Why? Final step of the OSS server v1.31.1 patch. CLI v1.7.2 was just released ([temporalio/cli#1088](temporalio/cli#1088)) and bumps `go.temporal.io/server v1.31.0 → v1.31.1`, picking up the v1.31.1 security fixes transitively: - `apache/thrift v0.21.0 → v0.23.0` (CVE-2026-41602) - `golang.org/x/crypto v0.46.0 → v0.52.0` (GO-2026-5005..5023) - `golang.org/x/net v0.48.0 → v0.55.0` (GO-2026-5026, etc.) - Go toolchain `1.26.3 → 1.26.4` (stdlib HIGH CVEs) These findings show up in grype scans of `temporaliotest/admin-tools:sha-<latest>` because the bundled CLI binary at v1.7.1 was built before our v1.31.1 cherry-picks. Bumping to v1.7.2 clears them. ## How did you test it? - [X] built - [ ] run locally and tested manually - [X] covered by existing tests - [ ] added new unit test(s) - [ ] added new functional test(s)
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.
What changed?
Bumps
go.temporal.io/server v1.31.0→v1.31.1.Transitively picks up the OSS server v1.31.1 security fixes:
apache/thrift v0.21.0→v0.23.0(CVE-2026-41602 / GHSA-wf45-q9ch-q8gh)golang.org/x/crypto v0.46.0→v0.52.0(GO-2026-5005, -5006, -5013, -5017, -5018, -5019, -5020, -5021, -5023 CRITICAL/HIGH)golang.org/x/net v0.48.0→v0.55.0(GO-2026-5026 CRITICAL idna + others)1.26.3→1.26.4(CVE-2026-42504, -42507, -27145, GO-2026-5037/5038/5039 stdlib HIGH)golang.org/x/sys,x/term,x/text,x/sync,x/mod,x/toolsbumped transitively to satisfy the above