diff --git a/docker-compose.ci.yml b/docker-compose.ci.yml index c342443..153da09 100644 --- a/docker-compose.ci.yml +++ b/docker-compose.ci.yml @@ -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: diff --git a/examples/navigation-station-demo/go.mod b/examples/navigation-station-demo/go.mod index fef1746..06473a9 100644 --- a/examples/navigation-station-demo/go.mod +++ b/examples/navigation-station-demo/go.mod @@ -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 diff --git a/examples/preset-management/go.mod b/examples/preset-management/go.mod index 7325caf..9912469 100644 --- a/examples/preset-management/go.mod +++ b/examples/preset-management/go.mod @@ -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 diff --git a/go.mod b/go.mod index 89bba5f..dd2e300 100644 --- a/go.mod +++ b/go.mod @@ -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