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:
Tobias Gesellchen
2026-02-01 21:40:56 +01:00
parent de19cf1b0c
commit f8e39f506c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/gesellix/bose-soundtouch
go 1.25.5
go 1.25.6
require (
github.com/gorilla/websocket v1.5.3