diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9ee8afb..3fe1e65 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: go-version-file: go.mod cache: true - name: golangci-lint - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v6 with: args: --timeout 5m0s skip-cache: true