This is an automated email from the ASF dual-hosted git repository.

aleksraiden pushed a commit to branch aleksraiden-patch-golint-v163.4
in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git

commit 900891ef060be9fdf4dd080278c231b570cc8296
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Jan 5 19:57:10 2025 +0300

    Update ci.yaml
---
 .github/workflows/ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 5845856..984c3c7 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -50,7 +50,7 @@ jobs:
         run: |
           export GOPATH=$HOME/go
           export PATH=$PATH:$GOPATH/bin
-          curl -sSfL 
https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh 
-s -- -b $(go env GOPATH)/bin v1.62.0
+          curl -sSfL 
https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh 
-s -- -b $(go env GOPATH)/bin v1.63.4
           make lint
 
   build-test:

Reply via email to