From 332988eed31e59a9b15c130f9d9ab1b4396a0f12 Mon Sep 17 00:00:00 2001 From: Alex Shevchuk Date: Sun, 14 Sep 2025 22:46:06 +0300 Subject: [PATCH] 70 --- .gitea/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e9e7a1b..5abb640 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -31,11 +31,10 @@ jobs: - name: Install golangci-lint run: | - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.4.0 - name: Run golangci-lint run: | - go clean -modcache go mod tidy golangci-lint run -c ./.golangci-lint.yaml --fix=false --color=always