Skip to content

Commit db5cf22

Browse files
Copilotyxxhero
andcommitted
Fix CVE-2025-47907: Update Go to 1.24.6
Co-authored-by: yxxhero <[email protected]>
1 parent d12efc7 commit db5cf22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22
1+
FROM golang:1.24
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.24.5
3+
go 1.24.6
44

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

0 commit comments

Comments
 (0)