Skip to content

Commit 03919d3

Browse files
authored
deps: use Go 1.25.5 for CVE fixes (#1626)
1 parent 7d3e13a commit 03919d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/envoyproxy/ai-gateway
22

33
// Explicitly specify the Go patch version to be able to purge the CI cache correctly.
4-
go 1.25.3
4+
go 1.25.5
55

66
require (
77
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0

0 commit comments

Comments
 (0)