diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 9d2a776..5c8ce64 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@v5 + uses: golangci/golangci-lint-action@v6 with: args: --timeout=10m version: latest \ No newline at end of file