Skip to content

Commit 50822b2

Browse files
Shivs11claude
andcommitted
Bump Go to 1.25.8 to fix stdlib CVEs (#253)
## Summary - Bumps Go version from 1.25.7 to 1.25.8 in `go.mod` - Fixes CVE-2026-25679 (High), CVE-2026-27142 (Medium), CVE-2026-27139 (Low) in Go stdlib - Identified via `grype temporalio/temporal-worker-controller:v1.5.0` ## Test plan - [ ] CI passes with Go 1.25.8 - [ ] After merge, cherry-pick to `release/v1.5.1` branch and tag `v1.5.1` 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 35b8e68 commit 50822b2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/temporalio/temporal-worker-controller
22

3-
go 1.25.7
3+
go 1.25.8
44

55
require (
66
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.25.7
1+
go 1.25.8
22

33
use (
44
.

internal/demo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/temporalio/temporal-worker-controller/internal/demo
22

3-
go 1.25.7
3+
go 1.25.8
44

55
require (
66
github.com/prometheus/client_golang v1.23.0

internal/tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/temporalio/temporal-worker-controller/tests
22

3-
go 1.25.7
3+
go 1.25.8
44

55
require (
66
github.com/temporalio/temporal-worker-controller v1.0.1

0 commit comments

Comments
 (0)