From 139c7e29e298975ea4f7e22fe0d4cda78d4cc19e Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Tue, 17 Dec 2024 14:23:29 +0300 Subject: [PATCH] upgrade linter --- .github/workflows/ci.yml | 2 +- .golangci.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 893c74e..84da761 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Lint code with golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.55.2 + version: v1.62.2 only-new-issues: true tests: name: Tests diff --git a/.golangci.yml b/.golangci.yml index c6e33a8..745307c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,6 +1,7 @@ run: skip-dirs-use-default: true allow-parallel-runners: true + modules-download-mode: readonly output: format: colored-line-number