From 6db09aa5e83d9b888dc12064c68d4ef7ce4a5d15 Mon Sep 17 00:00:00 2001 From: maypok86 Date: Fri, 22 Nov 2024 18:49:49 +0300 Subject: [PATCH] chore: update .golangci.yml --- .golangci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index a90195f..625171d 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -4,9 +4,11 @@ run: build-tags: - integration modules-download-mode: readonly - go: '1.17' + go: '1.22' output: - format: tab:lint.txt + formats: + - format: tab + path: lint.txt print-issued-lines: false uniq-by-line: false sort-results: true