Browse Source

Update golangci-lint version to 1.61.0

DarthSim 7 months ago
parent
commit
d9e88fff1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/lint.yml

+ 1 - 1
.github/workflows/lint.yml

@@ -27,7 +27,7 @@ jobs:
       - name: Lint
         uses: golangci/golangci-lint-action@v3
         with:
-          version: v1.57.2
+          version: v1.61.0
           args: --timeout 5m0s
           skip-cache: true
         env: