From c3fb2aa529e43ba2a4b7c7afea4a53613daf2b59 Mon Sep 17 00:00:00 2001 From: Rostislav Dugin Date: Thu, 18 Dec 2025 18:31:03 +0300 Subject: [PATCH] FIX (golangci): Upgrade version of golangci --- .github/workflows/ci-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index dd033ae..a0a8c9f 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -31,7 +31,7 @@ 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.60.3 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8 echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: Install swag for swagger generation