From d4b37491d4a52181cbcf0f103ce50f05f46a182b Mon Sep 17 00:00:00 2001 From: Firmino Changani Date: Tue, 31 Dec 2024 13:47:44 +0000 Subject: [PATCH] fix golangci-lint version issue --- .github/workflows/ci.golang.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.golang.yml b/.github/workflows/ci.golang.yml index 5912045..86ce841 100644 --- a/.github/workflows/ci.golang.yml +++ b/.github/workflows/ci.golang.yml @@ -1,4 +1,4 @@ -name: ci.server +name: ci.golang on: push: @@ -36,7 +36,7 @@ jobs: go-version: "1.23.3" - uses: actions/checkout@v4 - name: golangci-lint - uses: golangci/golangci-lint-action@v6.0.1 + uses: golangci/golangci-lint-action@v6.1.1 with: - version: v1.60.1 + version: v1.62.2 args: --timeout 3m --verbose