Skip to content

Commit 40b09e0

Browse files
ChrisJBurnsJAORMX
andauthored
upgrade go to 1.25.5 to fix GO-2025-4155 (#2846)
fixs go vuln found 2nd Dec 2025 https://pkg.go.dev/vuln/GO-2025-4155 Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com> Co-authored-by: Juan Antonio Osorio <ozz@stacklok.com>
1 parent 71ec710 commit 40b09e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
module github.com/stacklok/toolhive
22

3-
go 1.25.3
3+
go 1.25.5
44

55
require (
6+
dario.cat/mergo v1.0.2
67
github.com/1password/onepassword-sdk-go v0.3.1
78
github.com/cedar-policy/cedar-go v1.3.1
89
github.com/cenkalti/backoff/v5 v5.0.3
@@ -74,7 +75,6 @@ require (
7475
cloud.google.com/go/monitoring v1.24.2 // indirect
7576
cloud.google.com/go/spanner v1.84.1 // indirect
7677
cloud.google.com/go/storage v1.56.2 // indirect
77-
dario.cat/mergo v1.0.2 // indirect
7878
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.3 // indirect
7979
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect
8080
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect

0 commit comments

Comments
 (0)