Fix security vulnerability GO-2026-4337: Update Go to 1.25.7

- Updated Go version from 1.25.6 to 1.25.7 in main go.mod
- Updated Go version in example modules (navigation-station-demo, preset-management)
- Fixes TLS vulnerability: Unexpected session resumption in crypto/tls
- Addresses security issue affecting WebSocket, HTTP handlers, and proxy operations

Reference: https://pkg.go.dev/vuln/GO-2026-4337
This commit is contained in:
Tobias Gesellchen
2026-02-07 22:36:50 +01:00
parent 6504c301f6
commit e65b1ac110
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module navigation-station-demo
go 1.25.6
go 1.25.7
require github.com/gesellix/bose-soundtouch v0.0.0
+1 -1
View File
@@ -1,6 +1,6 @@
module preset-management-example
go 1.25.6
go 1.25.7
require github.com/gesellix/bose-soundtouch v0.0.0