Skip to content

Commit a2a9488

Browse files
Copilotyxxhero
andauthored
Upgrade Go to 1.25.9 to fix CVE-2026-32280, CVE-2026-32281, CVE-2026-32283 (#979)
* Initial plan * Upgrade Go to 1.25.9 to fix CVE-2026-32280, CVE-2026-32281, CVE-2026-32283 Update go.mod and Dockerfile.release to use Go 1.25.9, which includes fixes for CVE-2026-32280, CVE-2026-32281, and CVE-2026-32283 (HIGH). Agent-Logs-Url: https://github.com/databus23/helm-diff/sessions/990aa998-c0a8-4420-9578-6624fec26948 Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
1 parent e2d562e commit a2a9488

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25
1+
FROM golang:1.25.9
22

33
# See https://github.com/cli/cli/blob/trunk/docs/install_linux.md#debian-ubuntu-linux-raspberry-pi-os-apt
44
# for the latest gh install instructions when the below didn't work

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/databus23/helm-diff/v3
22

3-
go 1.25.7
3+
go 1.25.9
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.0

0 commit comments

Comments
 (0)