Browse Source

ci: Bump linter

Signed-off-by: Chris Crone <[email protected]>
Chris Crone 5 years ago
parent
commit
fd187426e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

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

@@ -30,7 +30,7 @@ jobs:
 
       - name: Run golangci-lint
         run: |
-          curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.30.0
+          curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.33.0
           ./golangci-lint run --timeout 10m0s
 
   build: