From 998e79d906401388e7d84cad57037b8d0f3449da Mon Sep 17 00:00:00 2001
From: renovate <project10161_bot@noreply.code.fbi.h-da.de>
Date: Sat, 21 Oct 2023 09:19:41 +0000
Subject: [PATCH] [renovate] Update golangci-lint to v1.55.0

See merge request danet/gosdn!579

Co-authored-by: Neil Schark <gitlab@schark.eu>
Co-authored-by: Renovate Bot <renovate@danet.fbi.h-da.de>
---
 .gitlab/ci/.code-quality-ci.yml | 2 +-
 Makefile                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab/ci/.code-quality-ci.yml b/.gitlab/ci/.code-quality-ci.yml
index 523dda940..4facf5d3c 100644
--- a/.gitlab/ci/.code-quality-ci.yml
+++ b/.gitlab/ci/.code-quality-ci.yml
@@ -1,7 +1,7 @@
 variables:
     GOLANG_VERSION: "1.21"
 code-quality:
-    image: golangci/golangci-lint:v1.54.2-alpine
+    image: golangci/golangci-lint:v1.55.0-alpine
     stage: analyze
     script:
         # writes golangci-lint output to gl-code-quality-report.json
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