diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d9061f3..21cd9d2 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -33,6 +33,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@v4 + uses: golangci/golangci-lint-action@v5 with: args: --timeout=10m \ No newline at end of file