Skip to content

Commit 6bddc23

Browse files
committed
Bump Go version to 1.25 to fix govulncheck failures
Go 1.25.8 includes fixes for the following CVEs that are failing the Two vulncheck build for vpc-tunnel: - CVE-2026-25679: Incorrect parsing of IPv6 host literals in net/url - CVE-2026-27139: FileInfo can escape from a Root in os - CVE-2026-27142: URLs in meta content attribute actions not escaped in html/template - CVE-2026-27138: Panic in name constraint checking in crypto/x509 - CVE-2026-27137: Incorrect enforcement of email constraints in crypto/x509 Go 1.24 has no backported patches for these vulnerabilities.
1 parent a4e9ac0 commit 6bddc23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: setup go
1414
uses: actions/setup-go@v4
1515
with:
16-
go-version: '1.24.x'
16+
go-version: '1.25.x'
1717
- name: build and unit test
1818
run: make build

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/amazon-vpc-cni-plugins
22

3-
go 1.24
3+
go 1.25
44

55
require (
66
github.com/Microsoft/go-winio v0.6.1

0 commit comments

Comments
 (0)