Browse Source

Update golangci-lint version in CI

DarthSim 1 year ago
parent
commit
2abe0b1866
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/lint.yml

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

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