Skip to content

Commit b663472

Browse files
authored
Bump release toolchain to Go 1.26.3 to address stdlib CVEs in shipped binaries (#1004)
* Initial plan * Apply remaining changes --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 9e7ad3a commit b663472

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

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

0 commit comments

Comments
 (0)