From 1202f9d95cac36e24dcd3351b6845beaa8956d8f Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Mon, 5 May 2025 21:30:27 -0400 Subject: [PATCH] misc(ci): use jetbrains/qodana-go:latest Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- qodana.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qodana.yaml b/qodana.yaml index e70a6b6d..37d6631d 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -1,6 +1,5 @@ version: "1.0" -# renovate: depName=jetbrains/qodana-go datasource=docker -linter: jetbrains/qodana-go:2024.3 +linter: jetbrains/qodana-go:latest include: - name: CheckDependencyLicenses - name: RegExpRedundantEscape