diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 319e3f0..f731df1 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@v7 + uses: golangci/golangci-lint-action@v8 with: args: --timeout=10m version: latest \ No newline at end of file