diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 8424f67..610d796 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -31,7 +31,7 @@ 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@v8 + uses: golangci/golangci-lint-action@v9 with: args: --timeout=10m version: latest \ No newline at end of file