From 8fe49f84d6790b17ac89e9a78d5ace54c03ce9c8 Mon Sep 17 00:00:00 2001 From: LexLuthr Date: Fri, 7 Mar 2025 11:00:24 +0400 Subject: [PATCH] set linter version --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ba7bdaf6..47ac112a3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -280,6 +280,8 @@ jobs: - run: git submodule update --init - install-ubuntu-deps - run: make deps + - run: | + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.1 - run: name: Lint command: |