From 22f5283a93d0e3552c7343ad7c6104c0f3389ab8 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 13 Dec 2021 18:06:07 +0000 Subject: [PATCH] chore(deps): Bump GoImports version to v0.1.8 (#633) Signed-off-by: Ross --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f456e7cfc..0553fe3d0 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ ci: lint test fmt-check imports-check integration # Tooling versions GOLANGCILINTVERSION?=1.23.8 -GOIMPORTSVERSION?=v0.1.2 +GOIMPORTSVERSION?=v0.1.8 GOXVERSION?=v1.0.1 GOTESTSUMVERSION?=v1.7.0