diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b716e96..c4919500 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: v1.50.1 + version: v1.64.8 args: --print-issued-lines --exclude-use-default=false --out-${NO_FUTURE}format colored-line-number - name: Test