Skip to content

Commit 557a8c7

Browse files
authored
chore: bump Go to 1.26.4 to fix CVE-2026-42504 (#1023)
Fixes #1022 Signed-off-by: yxxhero <aiopsclub@163.com>
1 parent 734c260 commit 557a8c7

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.26.3
1+
FROM golang:1.26.4
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.26.3
3+
go 1.26.4
44

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

0 commit comments

Comments
 (0)