diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 33c23d5..3ed143d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -35,6 +35,6 @@ jobs: go-version: stable # get the latest stable version from the go-versions repository manifest. cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v6 with: args: --timeout=10m \ No newline at end of file