From 86047136b30507116682efef31b2217941027760 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos <6349682+vaind@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:09:27 +0200 Subject: [PATCH] deps: update reviewdog to v0.19.0 This adds a quality-of-life change of closing outdated discussions: https://github.com/reviewdog/reviewdog/pull/1804 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5bb30a..1427b51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17.0 -ENV REVIEWDOG_VERSION=v0.17.5 +ENV REVIEWDOG_VERSION=v0.19.0 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]