diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ddfa30c..89e1dd3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9 with: - version: v2.11.3 + version: v2.11.4 - name: Run tests run: go test -race -cover -v ./...