diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f3767bc..b09e69d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v4 - name: Run golangci-lint - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v6 with: # BUG: typecheck error when enable all args: --disable-all -E goimports,misspell,whitespace version: latest