mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 00:26:29 +00:00
fix: update Go version to 1.25.6 to resolve TLS vulnerability GO-2026-4340
- Updated go.mod files to require Go 1.25.6 - Fixes vulnerability in crypto/tls package related to handshake message processing - All example modules also updated to maintain consistency - Verified with govulncheck: no vulnerabilities found
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module navigation-station-demo
|
||||
|
||||
go 1.25.5
|
||||
go 1.25.6
|
||||
|
||||
require github.com/gesellix/bose-soundtouch v0.0.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module preset-management-example
|
||||
|
||||
go 1.25.5
|
||||
go 1.25.6
|
||||
|
||||
require github.com/gesellix/bose-soundtouch v0.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user