diff --git a/.github/workflows/pr-workflow.yaml b/.github/workflows/pr-workflow.yaml index 9aec441..d8ec811 100644 --- a/.github/workflows/pr-workflow.yaml +++ b/.github/workflows/pr-workflow.yaml @@ -33,10 +33,10 @@ jobs: files=$(gofmt -l .) && echo $files && [ -z "$files" ] - name: Golang CI Lint - uses: golangci/golangci-lint-action@v7 + uses: golangci/golangci-lint-action@v8 with: working-directory: test - version: v2.0.2 # Specify the golangci-lint version, so we are stable + version: v2.1.6 # Specify the golangci-lint version, so we are stable args: --timeout 10m # Increase the timeout to 10 minutes - name: Run unit tests