From 82fda61d315b6b863f57b64f42ae208cf4fad1ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 09:16:14 +0000 Subject: [PATCH] chore(deps): update hashicorp/consul docker tag to v1.22.7 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6ca6d90..2fd189f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: ports: - "2379:2379" consul-server: - image: hashicorp/consul:1.10.0 + image: hashicorp/consul:1.22.7 ports: - "8500:8500" - "8600:8600/tcp"