From b00d36633a0e6ea36512f274544c1f8bfc95f06c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:03:56 +0000 Subject: [PATCH 1/4] chore(deps): update dependency go to v1.26.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3c13a68..59a9a15 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ullbergm/echo-server -go 1.25.6 +go 1.26.0 require ( github.com/goccy/go-json v0.10.5 From 9600e506d147d1477bde8e50e1e52726e3e3ebe2 Mon Sep 17 00:00:00 2001 From: Magnus Ullberg Date: Thu, 19 Feb 2026 22:18:35 -0500 Subject: [PATCH 2/4] Update Go version to 1.26.0 in test workflow Signed-off-by: Magnus Ullberg --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f6216f6..162c2c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: "1.25.6" + GO_VERSION: "1.26.0" jobs: test: From 2015836ca83dd0f68beaba662fe47e5f607e23c5 Mon Sep 17 00:00:00 2001 From: Magnus Ullberg Date: Thu, 19 Feb 2026 22:19:11 -0500 Subject: [PATCH 3/4] Update Go version in code quality workflow Signed-off-by: Magnus Ullberg --- .github/workflows/code-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 0b46d9f..109fc0c 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -28,7 +28,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: "1.25.6" + GO_VERSION: "1.26.0" jobs: code-quality: From 672bca6104bfe6565c9bd4fde13dac6e26bc94e7 Mon Sep 17 00:00:00 2001 From: Magnus Ullberg Date: Thu, 19 Feb 2026 22:19:26 -0500 Subject: [PATCH 4/4] Update Go version to 1.26.0 in release workflow Signed-off-by: Magnus Ullberg --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index add0384..5f43712 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ on: type: string env: - GO_VERSION: '1.25.6' + GO_VERSION: '1.26.0' REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }}