From 159c2f5207a6fa0cb578dfaa734f1c435f608c77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 14:16:17 +0000 Subject: [PATCH] build(deps): bump the go-httpbin group across 2 directories with 1 update Bumps the go-httpbin group with 1 update in the /.ci directory: [mccutchen/go-httpbin](https://github.com/mccutchen/go-httpbin). Bumps the go-httpbin group with 1 update in the /.devcontainer directory: [mccutchen/go-httpbin](https://github.com/mccutchen/go-httpbin). Updates `mccutchen/go-httpbin` from 2.19 to 2.20 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](https://github.com/mccutchen/go-httpbin/compare/v2.19.0...v2.20.0) Updates `mccutchen/go-httpbin` from 2.19 to 2.20 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](https://github.com/mccutchen/go-httpbin/compare/v2.19.0...v2.20.0) --- updated-dependencies: - dependency-name: mccutchen/go-httpbin dependency-version: '2.20' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-httpbin - dependency-name: mccutchen/go-httpbin dependency-version: '2.20' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-httpbin ... Signed-off-by: dependabot[bot] --- .ci/docker-compose.yml | 2 +- .devcontainer/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/docker-compose.yml b/.ci/docker-compose.yml index 3e75cb6..779eb13 100644 --- a/.ci/docker-compose.yml +++ b/.ci/docker-compose.yml @@ -16,7 +16,7 @@ services: httpbin: container_name: ci_httpbin - image: ghcr.io/mccutchen/go-httpbin:2.19 + image: ghcr.io/mccutchen/go-httpbin:2.20 ports: - "127.0.0.1:8081:8081" command: ["go-httpbin", "-port", "8081"] diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index 8e431c9..4c4cba1 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -26,7 +26,7 @@ services: httpbin: container_name: gotify-httpbin - image: ghcr.io/mccutchen/go-httpbin:2.19 + image: ghcr.io/mccutchen/go-httpbin:2.20 ports: - "8081:8081" command: ["go-httpbin", "-port", "8081"]