Bump Golang to 1.26.4

See https://go.dev/doc/devel/release#go1.26.0
This commit is contained in:
Tobias Gesellchen
2026-06-03 23:13:41 +02:00
parent c31035460f
commit 055ff1ab1c
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ services:
- AMAZON_PROFILE_URL=http://amazon-mock:8080/user/profile
spotify-mock:
image: golang:1.26.3-alpine
image: golang:1.26.4-alpine
container_name: spotify-mock
working_dir: /app
volumes:
@@ -30,7 +30,7 @@ services:
- soundtouch-test-net
amazon-mock:
image: golang:1.26.3-alpine
image: golang:1.26.4-alpine
container_name: amazon-mock
working_dir: /app
volumes:
+1 -1
View File
@@ -1,6 +1,6 @@
module navigation-station-demo
go 1.26.3
go 1.26.4
require github.com/gesellix/bose-soundtouch v0.104.1
+1 -1
View File
@@ -1,6 +1,6 @@
module preset-management-example
go 1.26.3
go 1.26.4
require github.com/gesellix/bose-soundtouch v0.104.1
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/gesellix/bose-soundtouch
go 1.26.3
go 1.26.4
require (
filippo.io/age v1.3.1