mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
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:
@@ -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,6 +1,6 @@
|
||||
module preset-management-example
|
||||
|
||||
go 1.25.6
|
||||
go 1.25.7
|
||||
|
||||
require github.com/gesellix/bose-soundtouch v0.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user