From 4a14878f8a06e38c923d853d33b29382a525577f Mon Sep 17 00:00:00 2001 From: Fabian Seidl <fabian.seidl@h-da.de> Date: Fri, 11 Aug 2023 16:18:21 +0200 Subject: [PATCH] updated version in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aef433ec6..782d79099 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ PLUGIN_NAME= bundled_plugin.zip # Tool Versions GOTESTSUM_VERSION=v1.8.1 -GOLANGCI_LINT_VERSION=v1.53.3 +GOLANGCI_LINT_VERSION=v1.54.0 MOCKERY_VERSION=v2.20.0 YGOT_GENERATOR_VERSION=v0.27.0 YGOT_GENERATOR_GENERATOR_VERSION=v0.0.4 -- GitLab