From 6e3b01198e802eb5bec1f92df7da789b28cb86c0 Mon Sep 17 00:00:00 2001 From: Patryk Grzelak <42546986+patrykgz@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:50:34 +0100 Subject: [PATCH] bump to revive 1.3.4 (#118) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 42191f5..360b9a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.21.3 as build-env ARG ACTION_VERSION=unknown -ARG REVIVE_VERSION=v1.3.3 +ARG REVIVE_VERSION=v1.3.4 ENV CGO_ENABLED=0