diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf0e240d4..13ad79d58 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: with: go-version: '1.24.x' - name: golangci-lint - uses: golangci/golangci-lint-action@v6.3.3 + uses: golangci/golangci-lint-action@v6.5.0 with: version: v1.64.5 args: --verbose --timeout=10m diff --git a/.golangci.yml b/.golangci.yml index 93417c7cf..1885f74b0 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -27,7 +27,7 @@ linters-settings: desc: The containerd log package was migrated to a separate module. Use github.com/containerd/log instead. run: - deadline: 4m + timeout: 4m issues: exclude-rules: