From e0303dd65a67d321854372194cd3f4984d08cfff Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:44:03 +0100 Subject: [PATCH] update xx to 1.4.0 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d8fd9c8..d55e9184 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG GO_VERSION=1.21.6 -ARG XX_VERSION=1.2.1 +ARG XX_VERSION=1.4.0 ARG DOCKER_VERSION=25.0.1 ARG GOTESTSUM_VERSION=v1.9.0