From 055ff1ab1c07f2f003a7be3b902c22a785ffac83 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Wed, 3 Jun 2026 23:10:04 +0200 Subject: [PATCH] Bump Golang to 1.26.4 See https://go.dev/doc/devel/release#go1.26.0 --- docker-compose.ci.yml | 4 ++-- examples/navigation-station-demo/go.mod | 2 +- examples/preset-management/go.mod | 2 +- go.mod | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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