Skip to content

Commit 2afa6ef

Browse files
committed
fix(toolchain): upgrade to go1.26.0 to resolve stdlib CVEs
govulncheck reported 18 stdlib vulnerabilities against go1.24.4 (net/url, crypto/tls, crypto/x509, archive/zip, archive/tar, encoding/asn1, encoding/pem, net/textproto, net/http, net/mail, os/exec, database/sql). Upgrading toolchain go1.24.4 -> go1.26.0 clears all of them. go 1.24.0 (minimum requirement unchanged) toolchain go1.26.0 (build toolchain upgraded)
1 parent dc84a35 commit 2afa6ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module nextdeploy
22

33
go 1.24.0
44

5-
toolchain go1.24.4
5+
toolchain go1.26.0
66

77
require (
88
github.com/AlecAivazis/survey/v2 v2.3.7

0 commit comments

Comments
 (0)