From 9190afef98538de20dd23fd7bf08da3a7e899924 Mon Sep 17 00:00:00 2001 From: Neil Schark <gitlab@schark.eu> Date: Sat, 21 Oct 2023 11:13:44 +0200 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15720a925..0605bfb10 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ PLUGIN_NAME= bundled_plugin.zip # Tool Versions GOTESTSUM_VERSION=v1.8.1 -GOLANGCI_LINT_VERSION=v1.54.0 +GOLANGCI_LINT_VERSION=v1.55.0 MOCKERY_VERSION=v2.20.0 YGOT_GENERATOR_VERSION=v0.27.0 YGOT_GENERATOR_GENERATOR_VERSION=v0.0.4 -- GitLab